Skip to content

Commit 01cffb4

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 46f0e57 commit 01cffb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Request.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@
174174
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)
175175
* @method static array only(array|mixed $keys)
176176
* @method static array except(array|mixed $keys)
177+
* @method static \Illuminate\Http\Request|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
178+
* @method static \Illuminate\Http\Request|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null)
177179
* @method static void macro(string $name, object|callable $macro)
178180
* @method static void mixin(object $mixin, bool $replace = true)
179181
* @method static bool hasMacro(string $name)

0 commit comments

Comments
 (0)