| @@ -211,7 +211,7 @@ | ||
| 211 | 211 |              throw new InvalidArgumentException('Specified coordinates are not within this grid file'); | 
| 212 | 212 | } | 
| 213 | 213 | |
| 214 | -        usort($possibleGrids, static function ($a, $b) { | |
| 214 | +        usort($possibleGrids, static function($a, $b) { | |
| 215 | 215 | return $a[0] <=> $b[0] ?: $a[1]['LAT_INC'] <=> $b[1]['LAT_INC'] ?: $a[2]['LONG_INC'] <=> $b[2]['LONG_INC']; | 
| 216 | 216 | }); | 
| 217 | 217 | |