storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
33 stars 37 forks source link

Compatibility with PHP 8.2 #65

Closed roberto-butti closed 1 year ago

roberto-butti commented 1 year ago

Update the code for PHP 8.2 compatibility

Expected Behavior

The code has to be compatible with PHP 8.2

Current Behavior

In the code there are some deprecation with PHP 8.2 like: Creation of dynamic property Storyblok\Client::$resolvedRelations is deprecated

Steps to Reproduce

  1. run composer run test

I 'm going to assign to me the Issue an I will create a PR.

roberto-butti commented 1 year ago

closed by #66