Skip to content

Replace HTTPlug factories by PSR-17 #334

Replace HTTPlug factories by PSR-17

Replace HTTPlug factories by PSR-17 #334

Triggered via pull request November 3, 2023 09:05
Status Failure
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

php.yml

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

Annotations

10 errors
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.