|
48 | 48 | * @method static mixed scalar(mixed $value, string $message = '', string $exception = '') |
49 | 49 | * @method static mixed object(mixed $value, string $message = '', string $exception = '') |
50 | 50 | * @method static mixed objectish(mixed $value, string $message = '', string $exception = '') |
51 | | - * @method static mixed resource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 51 | + * @method static mixed resource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
52 | 52 | * @method static mixed isInitialized(mixed $value, string $message = '', string $exception = '') |
53 | 53 | * @method static mixed isCallable(mixed $value, string $message = '', string $exception = '') |
54 | 54 | * @method static mixed isArray(mixed $value, string $message = '', string $exception = '') |
|
149 | 149 | * @method static mixed nullOrScalar(mixed $value, string $message = '', string $exception = '') |
150 | 150 | * @method static mixed nullOrObject(mixed $value, string $message = '', string $exception = '') |
151 | 151 | * @method static mixed nullOrObjectish(mixed $value, string $message = '', string $exception = '') |
152 | | - * @method static mixed nullOrResource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 152 | + * @method static mixed nullOrResource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
153 | 153 | * @method static mixed nullOrIsCallable(mixed $value, string $message = '', string $exception = '') |
154 | 154 | * @method static mixed nullOrIsArray(mixed $value, string $message = '', string $exception = '') |
155 | 155 | * @method static mixed nullOrIsArrayAccessible(mixed $value, string $message = '', string $exception = '') |
|
247 | 247 | * @method static mixed allScalar(mixed $value, string $message = '', string $exception = '') |
248 | 248 | * @method static mixed allObject(mixed $value, string $message = '', string $exception = '') |
249 | 249 | * @method static mixed allObjectish(mixed $value, string $message = '', string $exception = '') |
250 | | - * @method static mixed allResource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 250 | + * @method static mixed allResource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
251 | 251 | * @method static mixed allIsCallable(mixed $value, string $message = '', string $exception = '') |
252 | 252 | * @method static mixed allIsArray(mixed $value, string $message = '', string $exception = '') |
253 | 253 | * @method static mixed allIsArrayAccessible(mixed $value, string $message = '', string $exception = '') |
|
346 | 346 | * @method static mixed allNullOrScalar(mixed $value, string $message = '', string $exception = '') |
347 | 347 | * @method static mixed allNullOrObject(mixed $value, string $message = '', string $exception = '') |
348 | 348 | * @method static mixed allNullOrObjectish(mixed $value, string $message = '', string $exception = '') |
349 | | - * @method static mixed allNullOrResource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 349 | + * @method static mixed allNullOrResource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
350 | 350 | * @method static mixed allNullOrIsCallable(mixed $value, string $message = '', string $exception = '') |
351 | 351 | * @method static mixed allNullOrIsArray(mixed $value, string $message = '', string $exception = '') |
352 | 352 | * @method static mixed allNullOrIsArrayAccessible(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments