zeuxisoo / php-slim-whoops

PHP whoops error on slim framework
131 stars 10 forks source link

removed unused parameter in errorHandler factory #11

Closed michaelboke closed 8 years ago

michaelboke commented 8 years ago

I removed the unused parameter in the erorrhandler factory.

My custom di container tries to automatically link the parameters , since there is no type hinting i cannot automatically bind it. I wanted to type hint it to (Interop\Container\ContainerInterface) But the param $c is not used at all.