PHP Deprecation notice `Creation of dynamic property GettyImages\Api\Curler\Curler::$options is deprecated` on PHP 8.2
Opened this issue · 1 comments
Nikschavan commented
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 commented
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