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

Argument 2 passed to Zend\InputFilter\BaseInputFilter::validateInputs() must be of the type array, object given #15

Merged
merged 1 commit into from
Aug 11, 2015

Commits on Aug 11, 2015

  1. [zendframework#15] validateInputs must allow ArrayAccess for $data

    Per report on zendframework#15, the change made in zendframework#7 could lead to an issue if $data
    is an `ArrayAccess` instance, as `validateInputs()` typehinted on `array`.
    This patch adds a test for that condition, and removes the typehint.
    weierophinney committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    1ae32f7 View commit details
    Browse the repository at this point in the history