Skip to content

Commit 41854f7

Browse files
committed
Tweak main code gen output
1 parent 1343c35 commit 41854f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public function render()
254254
}
255255

256256
$this->output .= '<?php' . PHP_EOL;
257-
$this->output .= (null !== $this->docblock) ? $this->docblock->render() . PHP_EOL : PHP_EOL;
257+
$this->output .= (null !== $this->docblock) ? $this->docblock->render() . PHP_EOL : null;
258258
$currentNamespace = null;
259259
$inNamespace = false;
260260

0 commit comments

Comments
 (0)