@@ -90,7 +90,7 @@ |
||
| 90 | 90 | */ |
| 91 | 91 | public function begin($enumerable, Closure $function, $cycles = 1) |
| 92 | 92 | { |
| 93 | - if($this->isEnumerable($enumerable) === false) { |
|
| 93 | + if ($this->isEnumerable($enumerable) === false) { |
|
| 94 | 94 | throw new InvalidLoopException('The supplied $enumerable object cannot be enumerated.'); |
| 95 | 95 | } |
| 96 | 96 | |