[Pelias][OpenRouteService][GeocodeEarth] Fix admin level ordering #327
php.yml
on: pull_request
PHPStan
35s
PHP CS Fixer
49s
Matrix: test
Annotations
17 errors
PHP 8.1 (low)
Process completed with exit code 2.
|
PHP 8.2 (low)
Process completed with exit code 2.
|
PHP 8.0 (high)
Process completed with exit code 2.
|
PHP 8.2 (high)
Process completed with exit code 2.
|
PHP 8.0 (low)
Process completed with exit code 2.
|
PHP 8.1 (high)
Process completed with exit code 2.
|
PHPStan:
src/Plugin/Plugin.php#L39
Method Geocoder\Plugin\Plugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/BoundsPlugin.php#L37
Method Geocoder\Plugin\Plugin\BoundsPlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/CachePlugin.php#L52
Method Geocoder\Plugin\Plugin\CachePlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/LimitPlugin.php#L35
Method Geocoder\Plugin\Plugin\LimitPlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/LocalePlugin.php#L35
Method Geocoder\Plugin\Plugin\LocalePlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/LoggerPlugin.php#L38
Method Geocoder\Plugin\Plugin\LoggerPlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Plugin/QueryDataPlugin.php#L45
Method Geocoder\Plugin\Plugin\QueryDataPlugin::handleQuery() return type with generic interface Http\Promise\Promise does not specify its types: T
|
PHPStan:
src/Plugin/Promise/GeocoderFulfilledPromise.php#L21
Class Geocoder\Plugin\Promise\GeocoderFulfilledPromise implements generic interface Http\Promise\Promise but does not specify its types: T
|
PHPStan:
src/Plugin/Promise/GeocoderRejectedPromise.php#L20
Class Geocoder\Plugin\Promise\GeocoderRejectedPromise implements generic interface Http\Promise\Promise but does not specify its types: T
|
PHPStan:
src/Plugin/Promise/GeocoderRejectedPromise.php#L39
Parameter #1 $ of callable callable(Exception): V expects Exception, Geocoder\Exception\Exception given.
|
PHP CS Fixer
Process completed with exit code 8.
|