summaryrefslogtreecommitdiffstats
path: root/test/Plugin/NullValidatorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/Plugin/NullValidatorTest.php')
-rw-r--r--test/Plugin/NullValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Plugin/NullValidatorTest.php b/test/Plugin/NullValidatorTest.php
index fd0336c..e9392ce 100644
--- a/test/Plugin/NullValidatorTest.php
+++ b/test/Plugin/NullValidatorTest.php
@@ -25,7 +25,7 @@ class NullValidatorTest extends PHPUnit_Framework_TestCase
{
$csv = new SplFileObject(dirname(__DIR__).'/foo.csv', 'w');
$csv->setCsvControl();
- $csv->fputcsv(["john", "doe", "john.doe@example.com"], ",", '"');
+ $csv->fputcsv(['john', 'doe', 'john.doe@example.com'], ',', '"');
$this->csv = null;
}