Completed
Push — master ( d913d0...312f5c )
by Derek Stephen
07:27
created
src/AbstractForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
         while ($this->fieldCollection->valid()) {
286 286
             $current = $this->fieldCollection->current();
287 287
             $this->moveFileIfUploadField($current);
288
-            $this->fieldCollection->next() ;
288
+            $this->fieldCollection->next();
289 289
         }
290 290
     }
291 291
 
Please login to merge, or discard this patch.