Passed
Pull Request — master (#7)
by Florian
06:33
created
tests/TestCase/UrlChecker/RequestMockTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
         $uri->expects($this->any())
43 43
             ->method('__toString')
44
-            ->willReturn('http://localhost' . $uriString);
44
+            ->willReturn('http://localhost'.$uriString);
45 45
 
46 46
         $request->expects($this->any())
47 47
             ->method('getUri')
Please login to merge, or discard this patch.