You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tons of "Creation of dynamic property" warnings in php 8.2
It also takes too time to process and make webs slower.
Just add
private $cloner;
private $dumper;
in class DataFormatter.
Thank you !
[2023-01-26 21:37:17] local.WARNING: Creation of dynamic property DebugBar\DataFormatter\DataFormatter::$cloner is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 24
[2023-01-26 21:37:17] local.WARNING: Creation of dynamic property DebugBar\DataFormatter\DataFormatter::$dumper is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 25
[2023-01-26 21:37:18] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter::$cloner is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 24
[2023-01-26 21:37:18] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter::$dumper is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 25
[2023-01-26 21:37:18] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataCollector\ViewCollector::$name is deprecated in ./vendor/barryvdh/laravel-debugbar/src/DataCollector/ViewCollector.php on line 24
[2023-01-26 21:37:19] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter::$cloner is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 24
[2023-01-26 21:37:19] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter::$dumper is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 25
[2023-01-26 21:37:19] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter::$cloner is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 24
[2023-01-26 21:37:20] local.WARNING: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter::$dumper is deprecated in ./vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php on line 25
The text was updated successfully, but these errors were encountered:
Tons of "Creation of dynamic property" warnings in php 8.2
It also takes too time to process and make webs slower.
Just add
in class DataFormatter.
Thank you !
The text was updated successfully, but these errors were encountered: