Skip to content

Commit

Permalink
Merge pull request #176 from maxmind/greg/run-php-cs-fixer
Browse files Browse the repository at this point in the history
Run latest version of php-cs-fixer
  • Loading branch information
faktas2 authored Jun 17, 2024
2 parents d206df3 + b802653 commit 55c4377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MaxMind/Test/MinFraud/ServiceClientTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function createRequest(
->willReturn([$statusCode, $contentType, $responseBody]);

$factory = $this->getMockBuilder(
'MaxMind\\WebService\\Http\\RequestFactory'
'MaxMind\WebService\Http\RequestFactory'
)->getMock();

$host = isset($options['host']) ? $options['host'] : 'minfraud.maxmind.com';
Expand Down

0 comments on commit 55c4377

Please sign in to comment.