Skip to content

Commit 46ac782

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 4625a21 commit 46ac782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
* @method static string|array|null cookie(string|null $key = null, string|array|null $default = null)
152152
* @method static array allFiles()
153153
* @method static bool hasFile(string $key)
154-
* @method static \Illuminate\Http\UploadedFile|\Illuminate\Http\UploadedFile[]|array|null file(string|null $key = null, mixed $default = null)
154+
* @method static array|(\Illuminate\Http\UploadedFile|\Illuminate\Http\UploadedFile[]|null file(string|null $key = null, mixed $default = null)
155155
* @method static \Illuminate\Http\Request dump(mixed $keys = [])
156156
* @method static never dd(mixed ...$args)
157157
* @method static bool exists(string|array $key)

0 commit comments

Comments
 (0)