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.

Home Page:https://tracy.nette.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.2: ErrorException::$skippable is deprecated

petrf89 opened this issue · comments

commented

Version: 2.10.3

  • PHP version: 8.2
  • nette/application 3.1.11
  • nette/bootstrap 3.2.0

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 :)

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

no response