summaryrefslogtreecommitdiffstats
path: root/examples/writing.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/writing.php')
-rwxr-xr-x[-rw-r--r--]examples/writing.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/writing.php b/examples/writing.php
index 811b8f7..41d27e3 100644..100755
--- a/examples/writing.php
+++ b/examples/writing.php
@@ -1,5 +1,8 @@
<?php
+error_reporting(-1);
+ini_set('display_errors', 1);
+
use League\Csv\Writer;
require '../vendor/autoload.php';