Skip to content

Commit efb31b0

Browse files
committed
Fix incorrect @method tag
1 parent c05fe23 commit efb31b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
* @method static void nullOrString(mixed $value, string $message = '', string $exception = '')
130130
* @method static void allString(mixed $value, string $message = '', string $exception = '')
131131
* @method static void nullOrStringNotEmpty(mixed $value, string $message = '', string $exception = '')
132-
* @method static void allOrStringNotEmpty(mixed $value, string $message = '', string $exception = '')
132+
* @method static void allStringNotEmpty(mixed $value, string $message = '', string $exception = '')
133133
* @method static void nullOrInteger(mixed $value, string $message = '', string $exception = '')
134134
* @method static void allInteger(mixed $value, string $message = '', string $exception = '')
135135
* @method static void nullOrIntegerish(mixed $value, string $message = '', string $exception = '')

0 commit comments

Comments
 (0)