|
18 | 18 | /** |
19 | 19 | * @package simplesamlphp/assert |
20 | 20 | * |
21 | | - * @method static void validDuration(mixed $value, string $message = '', class-string $exception = '') |
22 | | - * @method static void stringPlausibleBase64(mixed $value, string $message = '', class-string $exception = '') |
23 | | - * @method static void validDateTime(mixed $value, string $message = '', class-string $exception = '') |
24 | | - * @method static void validDateTimeZulu(mixed $value, string $message = '', class-string $exception = '') |
25 | | - * @method static void notInArray(mixed $value, array $values, string $message = '', class-string $exception = '') |
26 | | - * @method static void validURN(mixed $value, string $message = '', class-string $exception = '') |
27 | | - * @method static void validURI(mixed $value, string $message = '', class-string $exception = '') |
28 | | - * @method static void validURL(mixed $value, string $message = '', class-string $exception = '') |
29 | | - * @method static void validNCName(mixed $value, string $message = '', class-string $exception = '') |
30 | | - * @method static void validQName(mixed $value, string $message = '', class-string $exception = '') |
31 | | - * @method static void nullOrValidDuration(mixed $value, string $message = '', class-string $exception = '') |
32 | | - * @method static void nullOrStringPlausibleBase64(mixed $value, string $message = '', class-string $exception = '') |
33 | | - * @method static void nullOrValidDateTime(mixed $value, string $message = '', class-string $exception = '') |
34 | | - * @method static void nullOrValidDateTimeZulu(mixed $value, string $message = '', class-string $exception = '') |
35 | | - * @method static void nullOrNotInArray(mixed $value, array $values, string $message = '', class-string $exception = '') |
36 | | - * @method static void nullOrValidURN(mixed $value, string $message = '', class-string $exception = '') |
37 | | - * @method static void nullOrValidURI(mixed $value, string $message = '', class-string $exception = '') |
38 | | - * @method static void nullOrValidURL(mixed $value, string $message = '', class-string $exception = '') |
39 | | - * @method static void nullOrValidNCName(mixed $value, string $message = '', class-string $exception = '') |
40 | | - * @method static void nullOrValidQName(mixed $value, string $message = '', class-string $exception = '') |
41 | | - * @method static void allValidDuration(mixed $value, string $message = '', class-string $exception = '') |
42 | | - * @method static void allStringPlausibleBase64(mixed $value, string $message = '', class-string $exception = '') |
43 | | - * @method static void allValidDateTime(mixed $value, string $message = '', class-string $exception = '') |
44 | | - * @method static void allValidDateTimeZulu(mixed $value, string $message = '', class-string $exception = '') |
45 | | - * @method static void allNotInArray(mixed $value, array $values, string $message = '', class-string $exception = '') |
46 | | - * @method static void allValidURN(mixed $value, string $message = '', class-string $exception = '') |
47 | | - * @method static void allValidURI(mixed $value, string $message = '', class-string $exception = '') |
48 | | - * @method static void allValidURL(mixed $value, string $message = '', class-string $exception = '') |
49 | | - * @method static void allValidNCName(mixed $value, string $message = '', class-string $exception = '') |
50 | | - * @method static void allValidQName(mixed $value, string $message = '', class-string $exception = '') |
| 21 | + * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
| 22 | + * @method static void stringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
| 23 | + * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
| 24 | + * @method static void validDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
| 25 | + * @method static void notInArray(mixed $value, array $values, string $message = '', string $exception = '') |
| 26 | + * @method static void validURN(mixed $value, string $message = '', string $exception = '') |
| 27 | + * @method static void validURI(mixed $value, string $message = '', string $exception = '') |
| 28 | + * @method static void validURL(mixed $value, string $message = '', string $exception = '') |
| 29 | + * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
| 30 | + * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
| 31 | + * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
| 32 | + * @method static void nullOrStringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
| 33 | + * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
| 34 | + * @method static void nullOrValidDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
| 35 | + * @method static void nullOrNotInArray(mixed $value, array $values, string $message = '', string $exception = '') |
| 36 | + * @method static void nullOrValidURN(mixed $value, string $message = '', string $exception = '') |
| 37 | + * @method static void nullOrValidURI(mixed $value, string $message = '', string $exception = '') |
| 38 | + * @method static void nullOrValidURL(mixed $value, string $message = '', string $exception = '') |
| 39 | + * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
| 40 | + * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
| 41 | + * @method static void allValidDuration(mixed $value, string $message = '', string $exception = '') |
| 42 | + * @method static void allStringPlausibleBase64(mixed $value, string $message = '', string $exception = '') |
| 43 | + * @method static void allValidDateTime(mixed $value, string $message = '', string $exception = '') |
| 44 | + * @method static void allValidDateTimeZulu(mixed $value, string $message = '', string $exception = '') |
| 45 | + * @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '') |
| 46 | + * @method static void allValidURN(mixed $value, string $message = '', string $exception = '') |
| 47 | + * @method static void allValidURI(mixed $value, string $message = '', string $exception = '') |
| 48 | + * @method static void allValidURL(mixed $value, string $message = '', string $exception = '') |
| 49 | + * @method static void allValidNCName(mixed $value, string $message = '', string $exception = '') |
| 50 | + * @method static void allValidQName(mixed $value, string $message = '', string $exception = '') |
51 | 51 | */ |
52 | 52 | trait CustomAssertionTrait |
53 | 53 | { |
|
0 commit comments