Completed
Push — master ( 5be29e...f9daad )
by Pablo
02:19
created
src/PhpValueObjects/Tests/Spatial/MultiPolygonValueObjectTest.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
     public function invalidDataProvider()
11 11
     {
12 12
         return [
13
-            'no_array' => ['string']
13
+            'no_array' => [ 'string' ]
14 14
         ];
15 15
     }
16 16
 
@@ -38,16 +38,16 @@  discard block
 block discarded – undo
38 38
 
39 39
         $data = [
40 40
             [
41
-                [$latitude1, $longitude1],
42
-                [$this->faker()->latitude, $this->faker()->longitude],
43
-                [$this->faker()->latitude, $this->faker()->longitude],
44
-                [$latitude1, $longitude1],
41
+                [ $latitude1, $longitude1 ],
42
+                [ $this->faker()->latitude, $this->faker()->longitude ],
43
+                [ $this->faker()->latitude, $this->faker()->longitude ],
44
+                [ $latitude1, $longitude1 ],
45 45
             ],
46 46
             [
47
-                [$latitude2, $longitude2],
48
-                [$this->faker()->latitude, $this->faker()->longitude],
49
-                [$this->faker()->latitude, $this->faker()->longitude],
50
-                [$latitude2, $longitude2]
47
+                [ $latitude2, $longitude2 ],
48
+                [ $this->faker()->latitude, $this->faker()->longitude ],
49
+                [ $this->faker()->latitude, $this->faker()->longitude ],
50
+                [ $latitude2, $longitude2 ]
51 51
             ]
52 52
         ];
53 53
 
Please login to merge, or discard this patch.