Passed
Push — master ( e0bc5c...2ad945 )
by Doug
01:31
created
src/IrishGridRef.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         $minorLetterIndex = (5 * $minorSquaresNorth + $minorSquaresEast);
109 109
         $minorLetter = substr(self::GRID_LETTERS, $minorLetterIndex, 1);
110 110
 
111
-        return $minorLetter . substr($easting, 1, 3) . substr($northing, 1, 3);
111
+        return $minorLetter.substr($easting, 1, 3).substr($northing, 1, 3);
112 112
     }
113 113
 
114 114
     /**
Please login to merge, or discard this patch.