We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4625a21 commit 46ac782Copy full SHA for 46ac782
src/Illuminate/Support/Facades/Request.php
@@ -151,7 +151,7 @@
151
* @method static string|array|null cookie(string|null $key = null, string|array|null $default = null)
152
* @method static array allFiles()
153
* @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)
+ * @method static array|(\Illuminate\Http\UploadedFile|\Illuminate\Http\UploadedFile[]|null file(string|null $key = null, mixed $default = null)
155
* @method static \Illuminate\Http\Request dump(mixed $keys = [])
156
* @method static never dd(mixed ...$args)
157
* @method static bool exists(string|array $key)
0 commit comments