From 0b14b1e00455ac16c7b44e9f8a7fbd2278e24636 Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:38:11 +0530 Subject: [PATCH 1/2] Update ExampleTest.php --- tests/Unit/ExampleTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 5773b0c..6b25579 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -6,6 +6,7 @@ class ExampleTest extends TestCase { + /** * A basic test example. */ From f77799dc63b730fdac3a5aa4fd0b7020f980b4dc Mon Sep 17 00:00:00 2001 From: Himanshu Ramavat <77565273+himanshuramavat@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:23:51 +0000 Subject: [PATCH 2/2] [TASK] check lints --- routes/console.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/console.php b/routes/console.php index e05f4c9..006d805 100644 --- a/routes/console.php +++ b/routes/console.php @@ -15,5 +15,6 @@ */ Artisan::command('inspire', function () { + /** @var \Illuminate\Console\Command $this */ $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote');