Completed
Push — develop ( 1ff41e...7a734f )
by Stefan
06:46 queued 04:23
created
src/OneSheet/Sheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         $this->spl->fwrite(SheetXml::HEADER_XML);
42 42
 
43 43
         if (1 == preg_match('~[A-Z]+([1-9]?[0-9]+)$~', $freezePaneCellId, $match)) {
44
-            $this->spl->fwrite(sprintf(SheetXml::SHEETVIEWS_XML, (array_pop($match) - 1), $freezePaneCellId));
44
+            $this->spl->fwrite(sprintf(SheetXml::SHEETVIEWS_XML, (array_pop($match)-1), $freezePaneCellId));
45 45
         }
46 46
 
47 47
         $this->spl->fwrite('<sheetData>');
Please login to merge, or discard this patch.