This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
zend-validator 2.12.1
michalbundyra
released this
12 Oct 12:19
·
63 commits
to master
since this release
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#272 changes
curly braces in array and string offset access to square brackets
in order to prevent issues under the upcoming PHP 7.4 release. -
#231 fixes validation of input hashes in
Zend\Validator\File\Hash
validator when provided as array.
Only string hashes are allowed. If different type is providedZend\Validator\Exception\InvalidArgumentException
is thrown.