Skip to content

Commit 2c7b32d

Browse files
authored
🚨 Apply PHP CS Fixer fixes (#1219)
1 parent bb51092 commit 2c7b32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎IpInfoDb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class IpInfoDb extends AbstractHttpProvider implements Provider
5454
* @param string $apiKey an API key
5555
* @param string $precision The endpoint precision. Either "city" or "country" (faster)
5656
*
57-
* @throws \Geocoder\Exception\InvalidArgument
57+
* @throws InvalidArgument
5858
*/
5959
public function __construct(ClientInterface $client, string $apiKey, string $precision = 'city')
6060
{

0 commit comments

Comments
 (0)