We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d92dd commit 9f1fdc6Copy full SHA for 9f1fdc6
1 file changed
system/HTTP/Files/FileCollection.php
@@ -159,7 +159,7 @@ protected function populateFiles()
159
* Given a file array, will create UploadedFile instances. Will
160
* loop over an array and create objects for each.
161
*
162
- * @return array|UploadedFile
+ * @return UploadedFile|UploadedFile[]
163
*/
164
protected function createFileObject(array $array)
165
{
@@ -240,7 +240,7 @@ protected function fixFilesArray(array $data): array
240
* @param array $index The index sequence we are navigating down
241
* @param array $value The portion of the array to process
242
243
- * @return mixed
+ * @return UploadedFile|null
244
245
protected function getValueDotNotationSyntax(array $index, array $value)
246
0 commit comments