Skip to content

Commit 7079eb7

Browse files
committed
fix phpcs
1 parent 31cc41a commit 7079eb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ignore-by-php-version.neon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

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

18-
return $config;
18+
return $config;

tests/CsvWriteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ public function testWriteLineBreak()
285285
$data
286286
);
287287
}
288-
}
288+
}

0 commit comments

Comments
 (0)