Passed
Push — master ( be3192...a784d9 )
by Doug
25:13
created
src/CoordinateOperation/NTv2Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.