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 29, 2020. It is now read-only.
Stratigility 1.3.0 deprecated error middleware which Expressive 1.0.3 still seem to use.
To swallow the E_USER_DEPRECATED error from Zend\Stratigility\Next::triggerErrorDeprecation(), Zend\Expressive\Application::__invoke() sets an error handler.
Please see my repository for a detailed description of the behaviour.
I suggest to call the previous error handler, if there was one.