Passed
Push — master ( 1c4ceb...50b2e6 )
by Doug
44:53
created
src/CoordinateOperation/NADCON5Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
         $rawRow = $this->fread($recordLength);
142 142
         $row = unpack("Gstartbuffer/{$this->gridDataType}{$this->numberLongitudes}lon/Gendbuffer", $rawRow);
143 143
 
144
-        return $row['lon' . ($longitudeIndex)];
144
+        return $row['lon'.($longitudeIndex)];
145 145
     }
146 146
 
147 147
     private function getHeader(): array
Please login to merge, or discard this patch.