1515 * @method static void validDomain(mixed $value, string $message = '', string $exception = '')
1616 * @method static void validEntityID(mixed $value, string $message = '', string $exception = '')
1717 * @method static void validGeolocation(mixed $value, string $message = '', string $exception = '')
18+ * @method static void validRelayState(mixed $value, string $message = '', string $exception = '')
1819 * @method static void validSAMLAnyURI(mixed $value, string $message = '', string $exception = '')
1920 * @method static void validSAMLDateTime(mixed $value, string $message = '', string $exception = '')
2021 * @method static void validSAMLString(mixed $value, string $message = '', string $exception = '')
2122 * @method static void nullOrValidCIDR(mixed $value, string $message = '', string $exception = '')
2223 * @method static void nullOrValidDomain(mixed $value, string $message = '', string $exception = '')
2324 * @method static void nullOrValidEntityID(mixed $value, string $message = '', string $exception = '')
2425 * @method static void nullOrValidGeolocation(mixed $value, string $message = '', string $exception = '')
26+ * @method static void nullOrValidRelayState(mixed $value, string $message = '', string $exception = '')
2527 * @method static void nullOrValidSAMLAnyURI(mixed $value, string $message = '', string $exception = '')
2628 * @method static void nullOrValidSAMLDateTime(mixed $value, string $message = '', string $exception = '')
2729 * @method static void nullOrValidSAMLString(mixed $value, string $message = '', string $exception = '')
2830 * @method static void allValidCIDR(mixed $value, string $message = '', string $exception = '')
2931 * @method static void allValidDomain(mixed $value, string $message = '', string $exception = '')
3032 * @method static void allValidEntityID(mixed $value, string $message = '', string $exception = '')
3133 * @method static void allValidGeolocation(mixed $value, string $message = '', string $exception = '')
34+ * @method static void allValidRelayState(mixed $value, string $message = '', string $exception = '')
3235 * @method static void allValidSAMLAnyURI(mixed $value, string $message = '', string $exception = '')
3336 * @method static void allValidSAMLDateTime(mixed $value, string $message = '', string $exception = '')
3437 * @method static void allValidSAMLString(mixed $value, string $message = '', string $exception = '')
@@ -39,6 +42,7 @@ class Assert extends BaseAssert
3942 use DomainTrait;
4043 use EntityIDTrait;
4144 use GeolocationTrait;
45+ use RelayStateTrait;
4246 use SAMLAnyURITrait;
4347 use SAMLDateTimeTrait;
4448 use SAMLStringTrait;
0 commit comments