diff --git a/src/Stub/StubsGenerator.php b/src/Stub/StubsGenerator.php index b74fa534..93f71412 100644 --- a/src/Stub/StubsGenerator.php +++ b/src/Stub/StubsGenerator.php @@ -105,7 +105,7 @@ private function generateStubs(string $dest): void ], ])); - $code = (new Standard())->prettyPrintFile($stmts); + $code = (new Standard())->prettyPrintFile($stmts) . \PHP_EOL; file_put_contents($dest, $code); }