mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
composer fix-style
This commit is contained in:
committed by
github-actions[bot]
parent
bf52f9e121
commit
c5adc05af3
@@ -237,7 +237,7 @@ class MetaCommand extends Command
|
|||||||
'argumentSet' => 'auth',
|
'argumentSet' => 'auth',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'class' => [ 'Illuminate\Contracts\Auth\Access\Authorizable'],
|
'class' => ['Illuminate\Contracts\Auth\Access\Authorizable'],
|
||||||
'method' => ['can'],
|
'method' => ['can'],
|
||||||
'argumentSet' => 'auth',
|
'argumentSet' => 'auth',
|
||||||
],
|
],
|
||||||
@@ -317,7 +317,7 @@ class MetaCommand extends Command
|
|||||||
$value = $this->files->requireOnce($file) ?: [];
|
$value = $this->files->requireOnce($file) ?: [];
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
$value = [];
|
$value = [];
|
||||||
$this->warn('Cannot load template for ' . $name .': '.$e->getMessage());
|
$this->warn('Cannot load template for ' . $name . ': ' . $e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$value instanceof Collection) {
|
if (!$value instanceof Collection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user