php-debugbar
                                
                                 php-debugbar copied to clipboard
                                
                                    php-debugbar copied to clipboard
                            
                            
                            
                        Tons of "Creation of dynamic property" warnings in php 8.2
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  
use dev-master until the new version is released https://github.com/maximebf/php-debugbar/issues/518
@barryvdh Can you publish a new release? We use barryvdh/laravel-debugbar and in php 8.2 is broken.
Fixed on #507