PHP 8.2 will deprecate dynamic properties, so to avoid it, I added a class property.
Testing
I'm using PHPStan to scan all classes with a warning "Access to an undefined property..." after I added the missing property in the class, the warning is gone.
Summary of Changes
PHP 8.2 will deprecate dynamic properties, so to avoid it, I added a class property.
Testing
I'm using PHPStan to scan all classes with a warning "Access to an undefined property..." after I added the missing property in the class, the warning is gone.