@@ -10,7 +10,7 @@ discard block |
||
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 |
||
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 |