2727 * @method static void validNMToken(mixed $value, string $message = '', string $exception = '')
2828 * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '')
2929 * @method static void validQName(mixed $value, string $message = '', string $exception = '')
30+ * @method static void validString(mixed $value, string $message = '', string $exception = '')
3031 * @method static void validTime(mixed $value, string $message = '', string $exception = '')
3132 * @method static void validToken(mixed $value, string $message = '', string $exception = '')
3233 * @method static void validYearMonth(mixed $value, string $message = '', string $exception = '')
4849 * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '')
4950 * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '')
5051 * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '')
52+ * @method static void nullOrValidString(mixed $value, string $message = '', string $exception = '')
5153 * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '')
5254 * @method static void nullOrValidToken(mixed $value, string $message = '', string $exception = '')
5355 * @method static void nullOrValidYearMonth(mixed $value, string $message = '', string $exception = '')
6971 * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '')
7072 * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '')
7173 * @method static void allValidQName(mixed $value, string $message = '', string $exception = '')
74+ * @method static void allValidString(mixed $value, string $message = '', string $exception = '')
7275 * @method static void allValidTime(mixed $value, string $message = '', string $exception = '')
7376 * @method static void allValidToken(mixed $value, string $message = '', string $exception = '')
7477 * @method static void allValidYearMonth(mixed $value, string $message = '', string $exception = '')
@@ -93,6 +96,7 @@ class Assert extends BaseAssert
9396 use NMTokenTrait;
9497 use NMTokensTrait;
9598 use QNameTrait;
99+ use StringTrait;
96100 use TimeTrait;
97101 use TokenTrait;
98102 use YearMonthTrait;
0 commit comments