Skip to content

Commit 55c4377

Browse files
authored
Merge pull request #176 from maxmind/greg/run-php-cs-fixer
Run latest version of php-cs-fixer
2 parents d206df3 + b802653 commit 55c4377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MaxMind/Test/MinFraud/ServiceClientTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function createRequest(
3636
->willReturn([$statusCode, $contentType, $responseBody]);
3737

3838
$factory = $this->getMockBuilder(
39-
'MaxMind\\WebService\\Http\\RequestFactory'
39+
'MaxMind\WebService\Http\RequestFactory'
4040
)->getMock();
4141

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

0 commit comments

Comments
 (0)