Skip to content

Commit f35e26e

Browse files
committed
Add missing @method annotations
1 parent e4440e2 commit f35e26e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Assert.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@
323323
* @method static void nullOrValidURL(mixed $value, string $message = '', string $exception = '')
324324
* @method static void allValidBase64(mixed $value, string $message = '', string $exception = '')
325325
* @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '')
326+
* @method static void allValidURN(mixed $value, string $message = '', string $exception = '')
327+
* @method static void allValidURI(mixed $value, string $message = '', string $exception = '')
328+
* @method static void allValidURL(mixed $value, string $message = '', string $exception = '')
326329
*/
327330
class Assert
328331
{

0 commit comments

Comments
 (0)