Skip to content

Commit

Permalink
Add missing @method annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 9, 2025
1 parent e4440e2 commit f35e26e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit f35e26e

Please sign in to comment.