kutny / tracy-bundle

Tracy PHP debugger bundle for Symfony framework
MIT License
28 stars 5 forks source link

To use updated error handler signature #20

Closed mvrhov closed 6 years ago

mvrhov commented 6 years ago

The Symfony registers the error handler callback with 4 required parameters. The 5th one optional and also deprecated in PHP 7.2. The tracy 2.4 handles this properly.