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
Revert PR #31 - Output buffering in error handlers
As of Slim 3.9 the output buffering was moved from the error handler (as an argument) and into the main Slim app.
**IMPORTANT NOTE**: Slim-Bridge `composer.json` indicated a dependency on Slim ^3.4.0 ==> This PR changes the dependency to ^3.9.0
The PR #31 added the output buffering argument in slim-bridge. This PR reverts PR #31 and modifies the unit tests to validate the change to error handling.
Closes#33
0 commit comments