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'); 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. */