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