@@ -479,7 +479,7 @@ |
||
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 | } |