|
44 | 44 | * @method static void boolean(mixed $value, string $message = '', string $exception = '') |
45 | 45 | * @method static void scalar(mixed $value, string $message = '', string $exception = '') |
46 | 46 | * @method static void object(mixed $value, string $message = '', string $exception = '') |
47 | | - * @method static void resource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 47 | + * @method static void resource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
48 | 48 | * @method static void isCallable(mixed $value, string $message = '', string $exception = '') |
49 | 49 | * @method static void isArray(mixed $value, string $message = '', string $exception = '') |
50 | 50 | * @method static void isTraversable(mixed $value, string $message = '', string $exception = '') |
|
149 | 149 | * @method static void allScalar(mixed $value, string $message = '', string $exception = '') |
150 | 150 | * @method static void nullOrObject(mixed $value, string $message = '', string $exception = '') |
151 | 151 | * @method static void allObject(mixed $value, string $message = '', string $exception = '') |
152 | | - * @method static void nullOrResource(mixed $value, string|null $type, string $message = '', string $exception = '') |
153 | | - * @method static void allResource(mixed $value, string|null $type, string $message = '', string $exception = '') |
| 152 | + * @method static void nullOrResource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
| 153 | + * @method static void allResource(mixed $value, string|null $type = null, string $message = '', string $exception = '') |
154 | 154 | * @method static void nullOrIsCallable(mixed $value, string $message = '', string $exception = '') |
155 | 155 | * @method static void allIsCallable(mixed $value, string $message = '', string $exception = '') |
156 | 156 | * @method static void nullOrIsArray(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments