diff options
Diffstat (limited to 'src/Build/NameHandler.php')
| -rw-r--r-- | src/Build/NameHandler.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Build/NameHandler.php b/src/Build/NameHandler.php index 4661eac..f5e0e2a 100644 --- a/src/Build/NameHandler.php +++ b/src/Build/NameHandler.php @@ -24,6 +24,8 @@ final class NameHandler implements RegionHandler { $exported = VarExporter::export($this->data); - file_put_contents($destination, '<?php return '.$exported.';'); + file_put_contents($destination, sprintf('<?php return %s;'.PHP_EOL, + $exported + )); } } |
