Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0b46379

Browse files
committed
docs: fix atLeastOneOf rule example
1 parent 6d3760a commit 0b46379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-rules_at-least-one-of.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Checks that the value satisfies at least one of the given constraints.
44

55
```php
66
/** Validator[] $constraints */
7-
Choice(
7+
AtLeastOneOf(
88
array $constraints,
99
?string $message = null
1010
);

0 commit comments

Comments
 (0)