Completed
Branch dynamicfields (37418b)
by Derek Stephen
02:40
created
src/Renderer/AbstractFormRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 
132 132
     /**
133 133
      * @param FieldCollection $fields
134
-     * @param null $dynamicTriggerValue
134
+     * @param integer $dynamicTriggerValue
135 135
      */
136 136
     private function processFields(FieldCollection $fields, $dynamicTriggerValue = null)
137 137
     {
Please login to merge, or discard this patch.
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.