Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Nov 22, 2023
1 parent 31cc41a commit 7079eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ignore-by-php-version.neon.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

$config['parameters']['phpVersion'] = PHP_VERSION_ID;

return $config;
return $config;
2 changes: 1 addition & 1 deletion tests/CsvWriteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ public function testWriteLineBreak()
$data
);
}
}
}

0 comments on commit 7079eb7

Please sign in to comment.