2626 * @method static void validNCName(mixed $value, string $message = '', string $exception = '')
2727 * @method static void validNMToken(mixed $value, string $message = '', string $exception = '')
2828 * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '')
29+ * @method static void validNormalizedString(mixed $value, string $message = '', string $exception = '')
2930 * @method static void validQName(mixed $value, string $message = '', string $exception = '')
3031 * @method static void validString(mixed $value, string $message = '', string $exception = '')
3132 * @method static void validTime(mixed $value, string $message = '', string $exception = '')
4849 * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '')
4950 * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '')
5051 * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '')
52+ * @method static void nullOrValidNormalizedString(mixed $value, string $message = '', string $exception = '')
5153 * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '')
5254 * @method static void nullOrValidString(mixed $value, string $message = '', string $exception = '')
5355 * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '')
7072 * @method static void allValidNCName(mixed $value, string $message = '', string $exception = '')
7173 * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '')
7274 * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '')
75+ * @method static void allValidNormalizedString(mixed $value, string $message = '', string $exception = '')
7376 * @method static void allValidQName(mixed $value, string $message = '', string $exception = '')
7477 * @method static void allValidString(mixed $value, string $message = '', string $exception = '')
7578 * @method static void allValidTime(mixed $value, string $message = '', string $exception = '')
@@ -95,6 +98,7 @@ class Assert extends BaseAssert
9598 use NCNameTrait;
9699 use NMTokenTrait;
97100 use NMTokensTrait;
101+ use NormalizedStringTrait;
98102 use QNameTrait;
99103 use StringTrait;
100104 use TimeTrait;
0 commit comments