Completed
Push — develop ( 2e24a1...0f0de9 )
by Adrien
62:07
created
docs/Examples/Reader/exampleReader14.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 /*  Tell the Reader that we want to use the Read Filter that we've Instantiated  **/
69 69
 /*    and that we want to store it in contiguous rows/columns  **/
70 70
 $reader->setReadFilter($chunkFilter)
71
-          ->setContiguous(true);
71
+            ->setContiguous(true);
72 72
 
73 73
 /*  Instantiate a new PhpSpreadsheet object manually  **/
74 74
 $spreadsheet = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
Please login to merge, or discard this patch.