packbackbooks / lti-1-3-php-library

A library used for building IMS-certified LTI 1.3 tool providers in PHP.
Apache License 2.0
39 stars 25 forks source link

Fixed dynamic properties deprecation in PHP 8.2 #81

Closed meirzamoodle closed 1 year ago

meirzamoodle commented 1 year ago

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.