composer fix-style

This commit is contained in:
laravel-ide-helper
2025-01-08 09:27:16 +00:00
committed by github-actions[bot]
parent bf52f9e121
commit c5adc05af3
+2 -2
View File
@@ -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) {