Skip to content

Commit

Permalink
Add extra newline after <?php
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored Jul 16, 2024
1 parent cfac3f3 commit d232a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SourceSaver.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function call($sourceEdit, $sourceLocale)
// Leave the extra newline at the end
$fileContent = <<<'EOT'
<?php
return {{translations}};

EOT;
Expand Down

0 comments on commit d232a54

Please sign in to comment.