@@ -33,7 +33,7 @@ |
||
33 | 33 | public function testGetCoords() |
34 | 34 | { |
35 | 35 | $location = $this->objFromFixture('Dynamic\\Locator\\Location', 'dynamic'); |
36 | - $coords = ((int)$location->Lat != 0 && (int)$location->Lng != 0) ? 'true' : 'false'; |
|
36 | + $coords = ((int) $location->Lat != 0 && (int) $location->Lng != 0) ? 'true' : 'false'; |
|
37 | 37 | $this->assertEquals($coords, $location->getCoords()); |
38 | 38 | } |
39 | 39 |