Completed
Push — rendered-cell-sizes ( 8ba9d2...8dc155 )
by Stefan
05:59 queued 03:02
created
src/OneSheet/Size/FontMeta.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
 
149 149
         if ($stringLength > 0) {
150 150
             $position = ftell($fontHandle);
151
-            fseek($fontHandle, $offset + $stringOffset + $storageOffset, SEEK_SET);
151
+            fseek($fontHandle, $offset+$stringOffset+$storageOffset, SEEK_SET);
152 152
 
153 153
             $testValue = fread($fontHandle, $stringLength);
154 154
             $this->extractCandidate($nameId, $testValue);
Please login to merge, or discard this patch.