alcohol / iso3166

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

Avoid PHP 8.1 deprecations #63

Closed franmomu closed 2 years ago

franmomu commented 2 years ago

I've also upgraded to PHPUnit 9.5 and its configuration using --migrate-configuration option.

Since the class is final, is fine to add the return types to avoid PHP 8.1 deprecations.

alcohol commented 2 years ago

Thank you for your contribution :-)