zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Remove condition with after call `handle` in `ErrorHandler` #177

Closed Moln closed 6 years ago

Moln commented 6 years ago

The handle method have a return type of ResponseInterface, so it was never be executed. And there is no unit test to handler it.

weierophinney commented 6 years ago

Thanks, @Moln!