snowplow / snowplow-php-tracker

Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts
http://snowplowanalytics.com
34 stars 36 forks source link

Prevent deprecation warning for dynamic property creation under PHP 8.2 (close #123) #128

Closed mscwilson closed 1 year ago

mscwilson commented 1 year ago

For issue #123

Removes annoying "Creation of dynamic property" deprecation notices, as well fixing a warning for a deprecated test assertion.

Thanks @ldebrouwer for raising this and contributing!