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. #124

Closed ldebrouwer closed 1 year ago

ldebrouwer commented 1 year ago

See issue #123.

snowplowcla commented 1 year ago

Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.

ldebrouwer commented 1 year ago

I signed it!

snowplowcla commented 1 year ago

Confirmed! @ldebrouwer has signed the Contributor License Agreement. Thanks so much.

mscwilson commented 1 year ago

Hi @ldebrouwer, thanks so much for the PR. I discovered more deprecation warnings when I went to test this, so I've cherrypicked your commit into a new PR #128 with some other changes. We're aiming to release v0.6.0 this week.