composer fix-style

This commit is contained in:
laravel-ide-helper
2024-12-29 13:19:34 +00:00
committed by github-actions[bot]
parent 61fd354706
commit 9f2a32f4d1
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -124,7 +124,7 @@ class MetaCommand extends Command
'bindings' => $bindings,
'methods' => $this->methods,
'factories' => $factories,
'expectedArguments' => $this->getExpectedArguments()
'expectedArguments' => $this->getExpectedArguments(),
])->render();
$filename = $this->option('filename');
@@ -172,8 +172,8 @@ class MetaCommand extends Command
{
return [
'config' => [
0 => $this->getConfigHints()
]
0 => $this->getConfigHints(),
],
];
}