phpcs standards

This commit is contained in:
Nabeel Shahzad
2019-05-12 12:08:31 -05:00
parent a79f28caa4
commit 75eaec2f11
6 changed files with 78 additions and 8 deletions

View File

@@ -306,7 +306,8 @@ class GeoService extends Service
$flight->dpt_airport->icao,
$flight->arr_airport->icao,
[$flight->dpt_airport->lat, $flight->dpt_airport->lon],
$flight->route);
$flight->route
);
// lat, lon needs to be reversed for GeoJSON
foreach ($all_route_points as $point) {