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

Commit e6bbfaa

Browse files
committed
docs: removed redundancy
1 parent 3433372 commit e6bbfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-rules_collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Validator::collection(fields: [
3232
'age' => 25
3333
]); // false ("name" is blank)
3434

35-
// by default, unknown keys are not allowed and it will fail
35+
// by default, unknown keys are not allowed
3636
Validator::collection(fields: [
3737
'name' => Validator::notBlank(),
3838
'age' => Validator::type('int')->greaterThanOrEqual(18)

0 commit comments

Comments
 (0)