Skip to content

[Pelias] custom address fields #330

[Pelias] custom address fields

[Pelias] custom address fields #330

Re-run triggered October 27, 2023 07:14
Status Failure
Total duration 1m 4s
Artifacts

php.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

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.