@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |
@@ -240,7 +240,7 @@ discard block |
||
| 240 | 240 | |
| 241 | 241 | $provider = GoogleMaps::business( |
| 242 | 242 | $this->getMockedHttpClientCallback( |
| 243 | - function (RequestInterface $request) use (&$uri) { |
|
| 243 | + function(RequestInterface $request) use (&$uri) { |
|
| 244 | 244 | $uri = $request->getUri(); |
| 245 | 245 | } |
| 246 | 246 | ), |
@@ -260,7 +260,7 @@ discard block |
||
| 260 | 260 | |
| 261 | 261 | $provider = GoogleMaps::business( |
| 262 | 262 | $this->getMockedHttpClientCallback( |
| 263 | - function (RequestInterface $request) use (&$uri) { |
|
| 263 | + function(RequestInterface $request) use (&$uri) { |
|
| 264 | 264 | $uri = (string) $request->getUri(); |
| 265 | 265 | } |
| 266 | 266 | ), |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the Geocoder package. |