@@ -95,8 +95,7 @@ |
||
95 | 95 | $value->getClientMimeType(), |
96 | 96 | $value->getError() |
97 | 97 | ); |
98 | - } |
|
99 | - elseif( is_array( $value ) ) |
|
98 | + } elseif( is_array( $value ) ) |
|
100 | 99 | { |
101 | 100 | $list[$key] = $this->createUploadedFiles( $value ); |
102 | 101 | } |