Last analyzed 429f112 3 days ago
Default analysis branch is
Currently analyzing run
Variable is used but not defined PHP-W1066
Bug risk
4 months agoa year old
Undefined variable: $this
14*/
15
16Artisan::command('inspire', function () {
17    $this->comment(Inspiring::quote());18})->describe('Display an inspiring quote');