We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690b00d commit 855671dCopy full SHA for 855671d
1 file changed
src/PhpGenerator/Printer.php
@@ -352,7 +352,6 @@ private function formatParameters(Closure|GlobalFunction|Method $function, bool
352
return $multiline
353
? "(\n" . $this->indent($res) . ')'
354
: '(' . substr($res, 0, -2) . ')';
355
-
356
}
357
358
0 commit comments