File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 174
174
* @method static \Illuminate\Support\Collection collect(array|string|null $key = null)
175
175
* @method static array only(array|mixed $keys)
176
176
* @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)
177
179
* @method static void macro(string $name, object|callable $macro)
178
180
* @method static void mixin(object $mixin, bool $replace = true)
179
181
* @method static bool hasMacro(string $name)
You can’t perform that action at this time.
0 commit comments