|
134 | 134 | * @method static string format(string $default = 'html') |
135 | 135 | * @method static string|array|null old(string|null $key = null, \Illuminate\Database\Eloquent\Model|string|array|null $default = null) |
136 | 136 | * @method static void flash() |
137 | | - * @method static void flashOnly(array|mixed $keys) |
138 | | - * @method static void flashExcept(array|mixed $keys) |
| 137 | + * @method static void flashOnly(mixed $keys) |
| 138 | + * @method static void flashExcept(mixed $keys) |
139 | 139 | * @method static void flush() |
140 | 140 | * @method static string|array|null server(string|null $key = null, string|array|null $default = null) |
141 | 141 | * @method static bool hasHeader(string $key) |
142 | 142 | * @method static string|array|null header(string|null $key = null, string|array|null $default = null) |
143 | 143 | * @method static string|null bearerToken() |
144 | 144 | * @method static array keys() |
145 | | - * @method static array all(array|mixed|null $keys = null) |
| 145 | + * @method static array all(mixed $keys = null) |
146 | 146 | * @method static mixed input(string|null $key = null, mixed $default = null) |
147 | 147 | * @method static \Illuminate\Support\Fluent fluent(array|string|null $key = null) |
148 | 148 | * @method static string|array|null query(string|null $key = null, string|array|null $default = null) |
|
174 | 174 | * @method static \BackedEnum[] enums(string $key, string $enumClass) |
175 | 175 | * @method static array array(array|string|null $key = null) |
176 | 176 | * @method static \Illuminate\Support\Collection collect(array|string|null $key = null) |
177 | | - * @method static array only(array|mixed $keys) |
178 | | - * @method static array except(array|mixed $keys) |
| 177 | + * @method static array only(mixed $keys) |
| 178 | + * @method static array except(mixed $keys) |
179 | 179 | * @method static \Illuminate\Http\Request|mixed when(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) |
180 | 180 | * @method static \Illuminate\Http\Request|mixed unless(\Closure|mixed|null $value = null, callable|null $callback = null, callable|null $default = null) |
181 | 181 | * @method static void macro(string $name, object|callable $macro) |
|
0 commit comments