php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

Fix PHP 8.2 deprecation

Open jnoordsij opened this issue 3 years ago • 1 comments

Dynamic properties are deprecated in PHP 8.2 and will be removed in PHP 9.0. This PR fixes a deprecation error on the DebugBar/DataFormatter/DataFormatter class where two dynamic name properties are created in the constructor, by explicitly marking them as (public) class properties.

Reference: https://wiki.php.net/rfc/deprecate_dynamic_properties

jnoordsij avatar Jun 10 '22 12:06 jnoordsij

Any update on this?
PHP 8.2 now has a first RC and is scheduled for release on November 24, 2022.

jnoordsij avatar Sep 14 '22 09:09 jnoordsij