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 has been archived by the owner on Jan 30, 2020. It is now read-only.
InputFilterInterface::getValidInput():array and InputFilterInterface::getInvalidInput():array should be InputFilterInterface::getValidInputs():array and InputFilterInterface::getInvalidInputs():array
Both method return always a collection type (array)
The text was updated successfully, but these errors were encountered:
InputFilterInterface::getValidInput():array
andInputFilterInterface::getInvalidInput():array
should beInputFilterInterface::getValidInputs():array
andInputFilterInterface::getInvalidInputs():array
Both method return always a collection type (array)
The text was updated successfully, but these errors were encountered: