-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Type: ChoreImproves non-user-facing functionality that makes other jobs possible to achieveImproves non-user-facing functionality that makes other jobs possible to achieve
Description
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:
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: ChoreImproves non-user-facing functionality that makes other jobs possible to achieveImproves non-user-facing functionality that makes other jobs possible to achieve