@@ -28,13 +28,13 @@ |
||
28 | 28 | class UploadedFileHelper |
29 | 29 | { |
30 | 30 | /** |
31 | - * Create an array for PSR-7 Uploaded File needed. |
|
32 | - * |
|
33 | - * @param array $files An array generally from $_FILES |
|
34 | - * @param bool $isConvert To covert and return $files as an UploadedFile instance. |
|
35 | - * |
|
36 | - * @return array|UploadedFile |
|
37 | - */ |
|
31 | + * Create an array for PSR-7 Uploaded File needed. |
|
32 | + * |
|
33 | + * @param array $files An array generally from $_FILES |
|
34 | + * @param bool $isConvert To covert and return $files as an UploadedFile instance. |
|
35 | + * |
|
36 | + * @return array|UploadedFile |
|
37 | + */ |
|
38 | 38 | public static function uploadedFileParse(array $files) |
39 | 39 | { |
40 | 40 | $specTree = []; |