zendframework / zend-inputfilter

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

Fixed "Empty validation message for file input when sent array for file input #184" #185

Closed ruzann closed 4 years ago

ruzann commented 5 years ago

Create empty file structure if sent array for FileInput type field.

ruzann commented 5 years ago

184

froschdesign commented 5 years ago

@ruzann Please check Travis because your changes breaks many existing tests. Your changes should also be covered by a component test.

Thank you!

ruzann commented 5 years ago

@froschdesign I fixed bug and also added unit test

ruzann commented 4 years ago

@froschdesign is there any changes I should do?

michalbundyra commented 4 years ago

@froschdesign are you happy with these changes?

michalbundyra commented 4 years ago

Thanks, @ruzann!