|
311 | 311 | * @method static void nullOrThrows(Closure|null $expression, string $class, string $message = '', string $exception = '') |
312 | 312 | * @method static void allThrows(Closure[] $expression, string $class, string $message = '', string $exception = '') |
313 | 313 | * |
| 314 | + * @method static void validHexBinary(mixed $value, string $message = '', string $exception = '') |
314 | 315 | * @method static void validNMToken(mixed $value, string $message = '', string $exception = '') |
315 | 316 | * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '') |
316 | 317 | * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
|
322 | 323 | * @method static void validURL(mixed $value, string $message = '', string $exception = '') |
323 | 324 | * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
324 | 325 | * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
| 326 | + * @method static void nullOrValidHexBinary(mixed $value, string $message = '', string $exception = '') |
325 | 327 | * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '') |
326 | 328 | * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '') |
327 | 329 | * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
|
333 | 335 | * @method static void nullOrValidURL(mixed $value, string $message = '', string $exception = '') |
334 | 336 | * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
335 | 337 | * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
| 338 | + * @method static void allValidHexBinary(mixed $value, string $message = '', string $exception = '') |
336 | 339 | * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '') |
337 | 340 | * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '') |
338 | 341 | * @method static void allValidDuration(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments