Skip to content

Commit

Permalink
Replace HTTPlug factories by PSR-17 (#1184)
Browse files Browse the repository at this point in the history
* Replace HTTPlug factories by PSR-17

* minor fix

---------

Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
  • Loading branch information
nicolas-grekas and Nyholm committed Dec 15, 2023
1 parent b058596 commit 75a9309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions BingMaps.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public function getName(): string
return 'bing_maps';
}

/**
* @param string $locale
*/
private function executeQuery(string $url, string $locale = null, int $limit): Collection
{
if (null !== $locale) {
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"geocoder-php/provider-implementation": "1.0"
},
"require-dev": {
"geocoder-php/provider-integration-tests": "^1.0",
"php-http/curl-client": "^2.2",
"geocoder-php/provider-integration-tests": "^1.6.3",
"php-http/message": "^1.0",
"phpunit/phpunit": "^9.5"
},
Expand All @@ -44,4 +43,4 @@
"test": "vendor/bin/phpunit",
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
}
}
}

0 comments on commit 75a9309

Please # to comment.