Completed
Branch master (150e74)
by Tobias
04:06
created
Category
Model/GoogleAddress.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Tests/GoogleMapsTest.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
             ),
Please login to merge, or discard this patch.
Tests/IntegrationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
GoogleMaps.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.