summaryrefslogtreecommitdiffstats
path: root/examples/switchmode.php
diff options
context:
space:
mode:
authorGraham Campbell <graham@mineuk.com>2014-11-08 18:55:44 +0000
committerGraham Campbell <graham@mineuk.com>2014-11-08 18:55:44 +0000
commit5eb4040ad2cfe96a1e11554a0b4fc34d4059f88e (patch)
tree38908621ed18ebee79792dd9f4104ccfb1cbabb1 /examples/switchmode.php
parentd648bf7d2d0258e2379318b77429eacf13fbf478 (diff)
downloadcsv-5eb4040ad2cfe96a1e11554a0b4fc34d4059f88e.zip
csv-5eb4040ad2cfe96a1e11554a0b4fc34d4059f88e.tar.gz
csv-5eb4040ad2cfe96a1e11554a0b4fc34d4059f88e.tar.bz2
CS fixes
Diffstat (limited to 'examples/switchmode.php')
-rwxr-xr-xexamples/switchmode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/switchmode.php b/examples/switchmode.php
index 3a3223b..c4d27f3 100755
--- a/examples/switchmode.php
+++ b/examples/switchmode.php
@@ -44,7 +44,7 @@ $writer->setDelimiter(';');
$writer->insertOne('Ben;7;M;2004');
$writer->insertAll([
'Benjamin;118;M;2004',
- ['Benoit', '6', 'M', '2004']
+ ['Benoit', '6', 'M', '2004'],
]);
//we create a Reader object from the Writer object