10000
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 fc0c66f commit df12a08Copy full SHA for df12a08
src/Illuminate/Support/Facades/Request.php
@@ -170,7 +170,7 @@
170
* @method static int integer(string $key, int $default = 0)
171
* @method static float float(string $key, float $default = 0)
172
* @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)
+ * @method static \BackedEnum|null enum(string $key, string $enumClass, \BackedEnum|null $default = null)
174
* @method static \BackedEnum[] enums(string $key, string $enumClass)
175
* @method static array array(array|string|null $key = null)
176
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)
0 commit comments