Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Grammar fix in annotation on CollectionInputFilter.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeet committed Nov 29, 2018
1 parent 425e7f4 commit af6ae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputFilter/CollectionInputFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CollectionInputFilter extends \Zend\InputFilter\CollectionInputFilter
* NOTE: Overriding original. This implementation only returns a negative result and only sets
* messages when the object being validated is considered invalid. Original implementation always sets
* return messages, as such is not a reliable method for determining whether a Collection is valid and/or
* whether only child Fieldsets which have data have been checked (as empty non-required child-Fieldsets
* whether only child Fieldsets, which have data, have been checked (as empty non-required child-Fieldsets
* need not cause an invalid return).
*
* {@inheritdoc}
Expand Down

0 comments on commit af6ae1d

Please sign in to comment.