Skip to content

Commit 60820ea

Browse files
committed
cs
1 parent 076795a commit 60820ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpGenerator/Printer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ private function formatParameters(Closure|GlobalFunction|Method $function, bool
352352
return $multiline
353353
? "(\n" . $this->indent($res) . ')'
354354
: '(' . substr($res, 0, -2) . ')';
355-
356355
}
357356

358357

0 commit comments

Comments
 (0)