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.
Currently, the `Zend\Stratigility\Next` implementation requires that the
request and response passed to it are the Stratigility-specific
decorators. As such, the `ErrorMiddlewarePipe` is required to decorate
the incoming request and response. I chose to use reflection here so as
not to duplicate logic; ideally, we can remove that requirement from the
Stratigility library in the future.
0 commit comments