@@ -41,7 +41,7 @@ |
||
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') |
@@ -137,7 +137,7 @@ |
||
137 | 137 | |
138 | 138 | $uri->expects($this->any()) |
139 | 139 | ->method('__toString') |
140 | - ->willReturn('http://localhost' . $path); |
|
140 | + ->willReturn('http://localhost'.$path); |
|
141 | 141 | |
142 | 142 | $request->expects($this->any()) |
143 | 143 | ->method('getUri') |