Skip to content

Commit 1e34533

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent de6c755 commit 1e34533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Support/Facades/Request.php

+1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
* @method static float float(string $key, float $default = 0)
161161
* @method static \Illuminate\Support\Carbon|null date(string $key, string|null $format = null, string|null $tz = null)
162162
* @method static object|null enum(string $key, string $enumClass)
163+
* @method static object[] enums(string $key, string $enumClass)
163164
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)
164165
* @method static array only(array|mixed $keys)
165166
* @method static array except(array|mixed $keys)

0 commit comments

Comments
 (0)