maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.33k stars 276 forks source link

Fixed dynamic properties deprecation in PHP 8.2 #207

Closed meirzamoodle closed 1 year ago

oschwald commented 1 year ago

This is failing. Could you expand on the deprecation message you are seeing along with step to reproduce it? I don't see such messages on 8.2 or 8.3-dev builds.

meirzamoodle commented 1 year ago

Hi @oschwald, the results are coming from PHPStan "Access to an undefined property...". But it turns out those warnings are not related to the dynamic props deprecation. I cancel the PR. Thanks.