Completed
Pull Request — develop (#147)
by
unknown
25:34 queued 14:45
created
docs/Examples/Reader/exampleReader14.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 /*  Tell the Reader that we want to use the Read Filter that we've Instantiated  **/
72 72
 /*    and that we want to store it in contiguous rows/columns  **/
73 73
 $reader->setReadFilter($chunkFilter)
74
-          ->setContiguous(true);
74
+            ->setContiguous(true);
75 75
 
76 76
 /*  Instantiate a new PhpSpreadsheet object manually  **/
77 77
 $spreadsheet = new Spreadsheet();
Please login to merge, or discard this patch.