nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

PHP 8.2: ErrorException::$skippable is deprecated #570

Closed petrf89 closed 1 year ago

petrf89 commented 1 year ago

Version: 2.10.3

Bug Description

Creation of dynamic property ErrorException::$skippable is deprecated
/app/vendor/tracy/tracy/src/Tracy/Debugger/DevelopmentStrategy.php:87

Steps To Reproduce

call Debugger::shutdownHandler

Expected Behavior

no deprectaed notice :)

dg commented 1 year ago

Are you using a custom error handler or something non-standard?

dg commented 1 year ago

no response