[Pelias] custom address fields #330
php.yml
on: pull_request
PHPStan
51s
PHP CS Fixer
39s
Matrix: test
Annotations
11 errors
PHP CS Fixer
Process completed with exit code 8.
|
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.
|