zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

Regression fix #131

Closed marhub closed 6 years ago

marhub commented 7 years ago

Fix to allow setting multiple validation fields in form of $name = ['field1','field2'] when those fields are simple Zend\InputFilter\Input

weierophinney commented 7 years ago

This needs unit tests, please, to ensure a breaking change is not made again in the future.