alcohol / iso3166

A PHP library providing ISO 3166-1 data.
https://iso3166.thephpleague.com
MIT License
640 stars 59 forks source link

PHP 8.1 Deprecation message #69

Closed repat closed 2 years ago

repat commented 2 years ago

I'm getting this deprecation warning using PHP 8.1

Return type of League\ISO3166\ISO3166::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /xyz/vendor/league/iso3166/src/ISO3166.php

Could you fix this please? :) Thanks!

alcohol commented 2 years ago

But the return type already is int? What version are you using?

repat commented 2 years ago

Sorry, nevermind, another dependency downgraded it to 3.0. Seems ok in 4.