diff --git a/src/Assert.php b/src/Assert.php index 1e43176..ccf751b 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -323,6 +323,9 @@ * @method static void nullOrValidURL(mixed $value, string $message = '', string $exception = '') * @method static void allValidBase64(mixed $value, string $message = '', string $exception = '') * @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '') + * @method static void allValidURN(mixed $value, string $message = '', string $exception = '') + * @method static void allValidURI(mixed $value, string $message = '', string $exception = '') + * @method static void allValidURL(mixed $value, string $message = '', string $exception = '') */ class Assert {