Skip to content

Commit 084cd70

Browse files
author
Robin Geuze
committed
Add extra newline behind declare strict
1 parent da43466 commit 084cd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator/CodeFileGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function generate(GenerateableInterface $model) {
4444
}
4545

4646
if ($this->config->getDeclareStrictTypes()) {
47-
$content .= "declare(strict_types=1);\n";
47+
$content .= "declare(strict_types=1);\n\n";
4848
}
4949

5050
$content .= parent::generate($model);

0 commit comments

Comments
 (0)