10000 Update facade docblocks · laravel/framework@df12a08 · GitHub
[go: up one dir, main page]

Skip to content

Commit df12a08

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

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
@@ -170,7 +170,7 @@
170170
* @method static int integer(string $key, int $default = 0)
171171
* @method static float float(string $key, float $default = 0)
172172
* @method static \Illuminate\Support\Carbon|null date(string $key, string|null $format = null, string|null $tz = null)
173-
* @method static \BackedEnum|null enum(string $key, string $enumClass)
173+
* @method static \BackedEnum|null enum(string $key, string $enumClass, \BackedEnum|null $default = null)
174174
* @method static \BackedEnum[] enums(string $key, string $enumClass)
175175
* @method static array array(array|string|null $key = null)
176176
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)

0 commit comments

Comments
 (0)
0