Failed Conditions
Pull Request — develop (#717)
by
unknown
63:05
created
src/PhpSpreadsheet/Reader/Csv.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -479,7 +479,7 @@
 block discarded – undo
479 479
      */
480 480
     public function setContiguous($contiguous)
481 481
     {
482
-        $this->contiguous = (bool)$contiguous;
482
+        $this->contiguous = (bool) $contiguous;
483 483
         if (!$contiguous) {
484 484
             $this->contiguousRow = -1;
485 485
         }
Please login to merge, or discard this patch.