Completed
Push — master ( 18f65a...35ad35 )
by Tristan
08:38
created
src/Each.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.