@@ -131,7 +131,7 @@ |
||
| 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 | { |
@@ -361,7 +361,7 @@ |
||
| 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 | |