Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Deprecated: Creation of dynamic property should get fixed #30

Open
alexclst opened this issue Sep 20, 2024 · 0 comments
Open

PHP Deprecated: Creation of dynamic property should get fixed #30

alexclst opened this issue Sep 20, 2024 · 0 comments
Labels
Type: Chore Improves non-user-facing functionality that makes other jobs possible to achieve

Comments

@alexclst
Copy link

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.
@alexclst alexclst added the Type: Chore Improves non-user-facing functionality that makes other jobs possible to achieve label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Chore Improves non-user-facing functionality that makes other jobs possible to achieve
Projects
None yet
Development

No branches or pull requests

1 participant