@@ -131,7 +131,7 @@ |
||
| 131 | 131 | } |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | - usort($possibleGrids, static function ($a, $b) { |
|
| 134 | + usort($possibleGrids, static function($a, $b) { |
|
| 135 | 135 | return $a[0] <=> $b[0] ?: $a[1]['LAT_INC'] <=> $b[1]['LAT_INC'] ?: $a[2]['LONG_INC'] <=> $b[2]['LONG_INC']; |
| 136 | 136 | }); |
| 137 | 137 | |