Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df12a08

Browse filesBrowse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent fc0c66f commit df12a08
Copy full SHA for df12a08

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Illuminate/Support/Facades/Request.php

Copy file name to clipboardExpand all lines: src/Illuminate/Support/Facades/Request.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.