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 Deprecation notice Creation of dynamic property GettyImages\Api\Curler\Curler::$options is deprecated on PHP 8.2 #30

Open
Nikschavan opened this issue Aug 27, 2024 · 2 comments

Comments

@Nikschavan
Copy link

ErrorException: Deprecated: Creation of dynamic property GettyImages\Api\Curler\Curler::$options is deprecated

The notice is thrown from here because $options is not defined as a class property.

@Nikschavan
Copy link
Author

It looks like $this->options is not used and could be removed altogether? Happy to send a PR with a fix after this is comfirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Nikschavan and others