You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
[#15] validateInputs must allow ArrayAccess for $data
Per report on #15, the change made in #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.
0 commit comments