diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-12 11:34:03 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-12 11:34:03 +0100 |
commit | 10194e0574557bf97887a0c728e071ce0938f7ef (patch) | |
tree | 8be794a42f560eb90565bd52c430f23e786c668f /examples/writing.php | |
parent | 90ae077fc0f28e36fd116b9688fc92195173576a (diff) | |
download | csv-10194e0574557bf97887a0c728e071ce0938f7ef.zip csv-10194e0574557bf97887a0c728e071ce0938f7ef.tar.gz csv-10194e0574557bf97887a0c728e071ce0938f7ef.tar.bz2 |
update examples
Diffstat (limited to 'examples/writing.php')
-rwxr-xr-x | examples/writing.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/writing.php b/examples/writing.php index a625581..c297f9b 100755 --- a/examples/writing.php +++ b/examples/writing.php @@ -1,8 +1,5 @@ <?php -error_reporting(-1); -ini_set('display_errors', 1); - use League\Csv\Writer; require '../vendor/autoload.php'; |