gettyimages / gettyimages-api_php

Getty Images API SDK - PHP
MIT License
14 stars 14 forks source link

PHP Deprecation notice `Creation of dynamic property GettyImages\Api\Curler\Curler::$options is deprecated` on PHP 8.2 #30

Open Nikschavan opened 1 month ago

Nikschavan commented 1 month ago
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 1 month ago

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