From b802653489d7aff183c0312c1e29d0e2628de9c1 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 17 Jun 2024 07:25:13 -0700 Subject: [PATCH] Run latest version of php-cs-fixer --- tests/MaxMind/Test/MinFraud/ServiceClientTester.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MaxMind/Test/MinFraud/ServiceClientTester.php b/tests/MaxMind/Test/MinFraud/ServiceClientTester.php index 89af615..688b481 100644 --- a/tests/MaxMind/Test/MinFraud/ServiceClientTester.php +++ b/tests/MaxMind/Test/MinFraud/ServiceClientTester.php @@ -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';