Completed
Branch dynamicfields (c98305)
by Derek Stephen
02:33
created
src/AbstractForm.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
             $forms = $field->getDynamicForms();
102 102
             $value = $field->getValue();
103 103
             if (isset($forms[$value])) {
104
-                $form  = $forms[$value];
104
+                $form = $forms[$value];
105 105
                 $fields = $form->getFields();
106 106
                 $this->validateFields($fields);
107 107
             }
@@ -338,7 +338,7 @@  discard block
 block discarded – undo
338 338
         while ($this->fieldCollection->valid()) {
339 339
             $current = $this->fieldCollection->current();
340 340
             $this->moveFileIfUploadField($current);
341
-            $this->fieldCollection->next() ;
341
+            $this->fieldCollection->next();
342 342
         }
343 343
     }
344 344
 
Please login to merge, or discard this patch.