zendframework / zend-inputfilter

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

Use plurals for valid/invalid input get in InputFilterInterface #21

Open Maks3w opened 9 years ago

Maks3w commented 9 years ago

InputFilterInterface::getValidInput():array and InputFilterInterface::getInvalidInput():array should be InputFilterInterface::getValidInputs():array and InputFilterInterface::getInvalidInputs():array

Both method return always a collection type (array)

jeanCarloMachado commented 8 years ago

I made a pull request for it: https://github.com/zendframework/zend-inputfilter/pull/98

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-inputfilter; a new issue has been opened at https://github.com/laminas/laminas-inputfilter/issues/13.