forked from zendframework/zend-inputfilter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information
1 parent
bb78ee1
commit aad437a
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters