samwilson / phpflickr

A PHP wrapper for the Flickr API, including OAuth.
https://packagist.org/packages/samwilson/phpflickr
GNU General Public License v2.0
40 stars 15 forks source link

$this->response = $response; deprecated dynamic property #73

Open tacman opened 3 months ago

tacman commented 3 months ago

Starting in PHP 8.2, dynamic properties were deprecated. We should declare it in the class.