Skip to content

Commit

Permalink
Run latest version of php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jun 17, 2024
1 parent 4fc87b3 commit 991faa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GeoIp2/Test/WebService/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ private function makeRequest(
->method('get')
->willReturn([$statusCode, $contentType, $responseBody]);
$factory = $this->getMockBuilder(
'MaxMind\\WebService\\Http\\RequestFactory'
'MaxMind\WebService\Http\RequestFactory'
)->getMock();
$host = isset($options['host']) ? $options['host'] : 'geoip.maxmind.com';
$url = 'https://' . $host . '/geoip/v2.1/' . strtolower($service)
Expand Down

0 comments on commit 991faa7

Please sign in to comment.