geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.94k stars 517 forks source link

Add PHPStan in CI #1193

Closed jbelien closed 11 months ago

jbelien commented 11 months ago

Implement PHPStan everywhere. Limited to level 5 at the moment because level 6 is related to missing typehints and has 820 errors ; it will be tackled in a next PR.

jbelien commented 11 months ago

Also updated geocoder-php/provider-integration-tests ; see https://github.com/geocoder-php/provider-integration-tests/pull/19

jbelien commented 11 months ago

Thanks for the help and review @norkunas 👍

jbelien commented 11 months ago

I've started to work on Level 6 in #1194