diff --git a/src/Console/ModelsCommand.php b/src/Console/ModelsCommand.php index 02f3edc..66bcd03 100644 --- a/src/Console/ModelsCommand.php +++ b/src/Console/ModelsCommand.php @@ -444,7 +444,7 @@ class ModelsCommand extends Command continue; } $arguments = implode(', ', $method['arguments']); - $tag = Tag::createInstance("@method static {$method['type']} {$name}({$arguments}) ", $phpdoc); + $tag = Tag::createInstance("@method static {$method['type']} {$name}({$arguments})", $phpdoc); $phpdoc->appendTag($tag); }