From 263cdc15677ab69b74a89afa819e7880b1fb4135 Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:24:29 +0000 Subject: [PATCH 1/5] [TASK] CI Test --- routes/console.php | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index 6c54163..e05f4c9 100644 --- a/routes/console.php +++ b/routes/console.php @@ -14,7 +14,6 @@ | */ - Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); From a144ae88ff4ea4c5f5c4da5d420d30205c3e859f Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:27:49 +0000 Subject: [PATCH 2/5] [TASK] CI Test --- routes/console.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/console.php b/routes/console.php index e05f4c9..abef2d1 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,5 +15,6 @@ */ Artisan::command('inspire', function () { + //@phpstan-ignore-line $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); From 25f428092b726b5c59985e735816183162f8f8e0 Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:32:26 +0000 Subject: [PATCH 3/5] [TASK] CI Test --- routes/console.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/console.php b/routes/console.php index abef2d1..ecfc95a 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,5 +1,6 @@ Date: Thu, 21 Nov 2024 16:35:44 +0000 Subject: [PATCH 4/5] [TASK] CI Test --- routes/console.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index ecfc95a..82455f2 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,6 +1,7 @@ +// @phpstan-ignore-file + Date: Thu, 21 Nov 2024 16:39:35 +0000 Subject: [PATCH 5/5] [TASK] CI Test --- routes/console.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/routes/console.php b/routes/console.php index 82455f2..e05f4c9 100644 --- a/routes/console.php +++ b/routes/console.php @@ -1,5 +1,3 @@ -// @phpstan-ignore-file - comment(Inspiring::quote()); })->purpose('Display an inspiring quote');