codeclimate / codeclimate-phpcodesniffer

Code Climate Engine for PHP Code Sniffer
MIT License
28 stars 23 forks source link

Fixes exception bubbling for php7 #61

Closed chrishulton closed 7 years ago

chrishulton commented 7 years ago

Same idea as https://github.com/codeclimate/codeclimate-phpmd/pull/39 with Dockerfile fixes from https://github.com/codeclimate/codeclimate-phpmd/pull/37 to enable image building.

Need to rescue \Throwable instead of Exception to capture both Exception and Error (new in php7) objects.