2828 * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '')
2929 * @method static void validQName(mixed $value, string $message = '', string $exception = '')
3030 * @method static void validTime(mixed $value, string $message = '', string $exception = '')
31+ * @method static void validToken(mixed $value, string $message = '', string $exception = '')
3132 * @method static void validYearMonth(mixed $value, string $message = '', string $exception = '')
3233 * @method static void nullOrValidAnyURI(mixed $value, string $message = '', string $exception = '')
3334 * @method static void nullOrValidDate(mixed $value, string $message = '', string $exception = '')
4849 * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '')
4950 * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '')
5051 * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '')
52+ * @method static void nullOrValidToken(mixed $value, string $message = '', string $exception = '')
5153 * @method static void nullOrValidYearMonth(mixed $value, string $message = '', string $exception = '')
5254 * @method static void allValidAnyURI(mixed $value, string $message = '', string $exception = '')
5355 * @method static void allValidDate(mixed $value, string $message = '', string $exception = '')
6870 * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '')
6971 * @method static void allValidQName(mixed $value, string $message = '', string $exception = '')
7072 * @method static void allValidTime(mixed $value, string $message = '', string $exception = '')
73+ * @method static void allValidToken(mixed $value, string $message = '', string $exception = '')
7174 * @method static void allValidYearMonth(mixed $value, string $message = '', string $exception = '')
7275 */
7376class Assert extends BaseAssert
@@ -91,5 +94,6 @@ class Assert extends BaseAssert
9194 use NMTokensTrait;
9295 use QNameTrait;
9396 use TimeTrait;
97+ use TokenTrait;
9498 use YearMonthTrait;
9599}
0 commit comments