diff --git a/resources/views/meta.php b/resources/views/meta.php index 68d37d5..f4ba527 100644 --- a/resources/views/meta.php +++ b/resources/views/meta.php @@ -68,7 +68,9 @@ namespace PHPSTORM_META { $arguments) : ?> $argumentList) : ?> -expectedArguments(\(), , $arg) : ?>, +expectedArguments(\(), , $arg) : ?>, ); diff --git a/src/Console/MetaCommand.php b/src/Console/MetaCommand.php index c467d65..2e0fe1e 100644 --- a/src/Console/MetaCommand.php +++ b/src/Console/MetaCommand.php @@ -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(), + ], ]; }