Completed
Push — develop ( f74fde...e6bbc4 )
by Adrien
21:27
created
Documentation/Examples/Reader/exampleReader14.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 /*  Tell the Reader that we want to use the Read Filter that we've Instantiated  **/
63 63
 /*    and that we want to store it in contiguous rows/columns  **/
64 64
 $objReader->setReadFilter($chunkFilter)
65
-          ->setContiguous(true);
65
+            ->setContiguous(true);
66 66
 
67 67
 /*  Instantiate a new PHPExcel object manually  **/
68 68
 $objPHPExcel = new PHPExcel();
Please login to merge, or discard this patch.