@@ -23,7 +23,7 @@ |
||
23 | 23 | public function testGetCoords() |
24 | 24 | { |
25 | 25 | $location = $this->objFromFixture(Location::class, 'dynamic'); |
26 | - $coords = ((int)$location->Lat != 0 && (int)$location->Lng != 0) ? 'true' : 'false'; |
|
26 | + $coords = ((int) $location->Lat != 0 && (int) $location->Lng != 0) ? 'true' : 'false'; |
|
27 | 27 | $this->assertEquals($coords, $location->getCoords()); |
28 | 28 | } |
29 | 29 |