Completed
Branch dynamicfields (37418b)
by Derek Stephen
02:40
created
src/AbstractForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -361,7 +361,7 @@
 block discarded – undo
361 361
         while ($this->fieldCollection->valid()) {
362 362
             $current = $this->fieldCollection->current();
363 363
             $this->moveFileIfUploadField($current);
364
-            $this->fieldCollection->next() ;
364
+            $this->fieldCollection->next();
365 365
         }
366 366
     }
367 367
 
Please login to merge, or discard this patch.