diff --git a/ignore-by-php-version.neon.php b/ignore-by-php-version.neon.php index 8b59f51..8a26db4 100644 --- a/ignore-by-php-version.neon.php +++ b/ignore-by-php-version.neon.php @@ -15,4 +15,4 @@ $config['parameters']['phpVersion'] = PHP_VERSION_ID; -return $config; \ No newline at end of file +return $config; diff --git a/tests/CsvWriteTest.php b/tests/CsvWriteTest.php index 72cd733..c35425c 100644 --- a/tests/CsvWriteTest.php +++ b/tests/CsvWriteTest.php @@ -285,4 +285,4 @@ public function testWriteLineBreak() $data ); } -} \ No newline at end of file +}