We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6c755 commit 1e34533Copy full SHA for 1e34533
src/Illuminate/Support/Facades/Request.php
@@ -160,6 +160,7 @@
160
* @method static float float(string $key, float $default = 0)
161
* @method static \Illuminate\Support\Carbon|null date(string $key, string|null $format = null, string|null $tz = null)
162
* @method static object|null enum(string $key, string $enumClass)
163
+ * @method static object[] enums(string $key, string $enumClass)
164
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)
165
* @method static array only(array|mixed $keys)
166
* @method static array except(array|mixed $keys)
0 commit comments