|
311 | 311 | * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
312 | 312 | * @method static void stringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
313 | 313 | * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
314 | | - * @method static void validDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
315 | 314 | * @method static void notInArray(mixed $value, array $values, string $message = '', string $exception = '') |
316 | 315 | * @method static void validURN(mixed $value, string $message = '', string $exception = '') |
317 | 316 | * @method static void validURI(mixed $value, string $message = '', string $exception = '') |
|
321 | 320 | * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
322 | 321 | * @method static void nullOrStringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
323 | 322 | * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
324 | | - * @method static void nullOrValidDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
325 | 323 | * @method static void nullOrNotInArray(mixed $value, array $values, string $message = '', string $exception = '') |
326 | 324 | * @method static void nullOrValidURN(mixed $value, string $message = '', string $exception = '') |
327 | 325 | * @method static void nullOrValidURI(mixed $value, string $message = '', string $exception = '') |
|
331 | 329 | * @method static void allValidDuration(mixed $value, string $message = '', string $exception = '') |
332 | 330 | * @method static void allStringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
333 | 331 | * @method static void allValidDateTime(mixed $value, string $message = '', string $exception = '') |
334 | | - * @method static void allValidDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
335 | 332 | * @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '') |
336 | 333 | * @method static void allValidURN(mixed $value, string $message = '', string $exception = '') |
337 | 334 | * @method static void allValidURI(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments