Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-inputfilter 2.8.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 13 Dec 22:53
· 129 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #167 fixes the combination of marking an ArrayInput required, and passing an
    empty array for validation; it now correctly detects these as invalid.