Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit c5cf456

Browse files
committed
Merge branch 'hotfix/120'
Close #120
2 parents 4e65812 + 3df8864 commit c5cf456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/book/validators/in-array.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ within an array. It is also able to validate multidimensional arrays.
77

88
The following options are supported for `Zend\Validator\InArray`:
99

10-
- `haystack`: Sets the haystack for the validation. `recursive`: Defines if the
11-
- validation should be done recursively. This option
10+
- `haystack`: Sets the haystack for the validation.
11+
- `recursive`: Defines if the validation should be done recursively. This option
1212
defaults to `false`.
1313
- `strict`: Three modes of comparison are offered owing to an often overlooked,
1414
and potentially dangerous security issue when validating string input from

0 commit comments

Comments
 (0)