|
12 | 12 | * @package simplesamlphp/saml2 |
13 | 13 | * |
14 | 14 | * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
15 | | - * @method static void validURI(mixed $value, string $message = '', string $exception = '') |
16 | 15 | * @method static void validEntityID(mixed $value, string $message = '', string $exception = '') |
| 16 | + * @method static void validURI(mixed $value, string $message = '', string $exception = '') |
| 17 | + * @method static void validRelayState(mixed $value, string $message = '', string $exception = '') |
17 | 18 | * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
18 | | - * @method static void nullOrValidURI(mixed $value, string $message = '', string $exception = '') |
19 | 19 | * @method static void nullOrValidEntityID(mixed $value, string $message = '', string $exception = '') |
| 20 | + * @method static void nullOrValidRelayState(mixed $value, string $message = '', string $exception = '') |
| 21 | + * @method static void nullOrValidURI(mixed $value, string $message = '', string $exception = '') |
20 | 22 | * @method static void allValidDateTime(mixed $value, string $message = '', string $exception = '') |
21 | | - * @method static void allValidURI(mixed $value, string $message = '', string $exception = '') |
22 | 23 | * @method static void allValidEntityID(mixed $value, string $message = '', string $exception = '') |
| 24 | + * @method static void allValidRelayState(mixed $value, string $message = '', string $exception = '') |
| 25 | + * @method static void allValidURI(mixed $value, string $message = '', string $exception = '') |
23 | 26 | */ |
24 | 27 | class Assert extends BaseAssert |
25 | 28 | { |
26 | 29 | use CustomAssertionTrait; |
| 30 | + use RelayStateTrait; |
27 | 31 | } |
0 commit comments