kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Fix PHP 8.2+ deprecation notices #120

Closed jankonas closed 2 months ago

jankonas commented 2 months ago

Motivation

On PHP 8.2+ there are deprecations thrown when using dynamic properties and when overriding internal methods. This PR fixes that.

In some projects (as is our case) the latter notices are converted into exceptions and this library needs patching to work.

Checklist

How to test

Automatic tests for deprecation notices are added in this PR.

jankonas commented 2 months ago

Thank you, I just noticed a small mistake I made, corrected in #121.