You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently whenever I use this PHP SDK on PHP 8.2 and above I see a bunch of deprecation notices about dynamic properties. One example of many I get with any run of the PHP SDK is:
PHP Deprecated: Creation of dynamic property SpinupWp\Resources\Site::$status is deprecated in ./vendor/spinupwp/spinupwp-php-sdk/src/Resources/Resource.php on line 32
Desired Outcome
Ideally the PHP SDK would be updated to not generate any such notices.
Acceptance Criteria
Fix all deprecation notices in the library, of which there are particularly quite a few for the creation of dynamic properties.
The text was updated successfully, but these errors were encountered:
Current Outcome
Currently whenever I use this PHP SDK on PHP 8.2 and above I see a bunch of deprecation notices about dynamic properties. One example of many I get with any run of the PHP SDK is:
Desired Outcome
Ideally the PHP SDK would be updated to not generate any such notices.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: