Skip to content

Commit d5b03ba

Browse files
committed
Merge branch 'feat-tweak-meta-catch' of github.com:barryvdh/laravel-ide-helper into feat-tweak-meta-catch
2 parents efae815 + c5adc05 commit d5b03ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/MetaCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ protected function getExpectedArguments()
237237
'argumentSet' => 'auth',
238238
],
239239
[
240-
'class' => [ 'Illuminate\Contracts\Auth\Access\Authorizable'],
240+
'class' => ['Illuminate\Contracts\Auth\Access\Authorizable'],
241241
'method' => ['can'],
242242
'argumentSet' => 'auth',
243243
],
@@ -317,7 +317,7 @@ protected function loadTemplate($name)
317317
$value = $this->files->requireOnce($file) ?: [];
318318
} catch (\Throwable $e) {
319319
$value = [];
320-
$this->warn('Cannot load template for ' . $name .': '.$e->getMessage());
320+
$this->warn('Cannot load template for ' . $name . ': ' . $e->getMessage());
321321
}
322322

323323
if (!$value instanceof Collection) {

0 commit comments

Comments
 (0)