zendframework / zend-inputfilter

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

[php 7.2] incompatible prototype #140

Closed remicollet closed 6 years ago

remicollet commented 7 years ago

Yes, quite "early" report ;)

PHP Fatal error: Declaration of Zend\InputFilter\CollectionInputFilter::isValid() must be compatible with Zend\InputFilter\BaseInputFilter::isValid($context = NULL) in ...

Slamdunk commented 7 years ago

https://github.com/zendframework/zend-inputfilter/pull/142

froschdesign commented 6 years ago

Fixed with #142