Completed
Push — master ( ccb877...3ce8ef )
by Stefan
02:31
created
src/OneSheet/Sheet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
      */
98 98
     public function getDimensionUpperBound()
99 99
     {
100
-        return $this->cellBuilder->getCellId($this->maxRowWidth, $this->rowIndex - 1);
100
+        return $this->cellBuilder->getCellId($this->maxRowWidth, $this->rowIndex-1);
101 101
     }
102 102
 
103 103
     /**
@@ -198,6 +198,6 @@  discard block
 block discarded – undo
198 198
         ) {
199 199
             return '';
200 200
         }
201
-        return sprintf(SheetXml::FREEZE_PANE_XML, array_pop($m) - 1, $this->freezePaneId);
201
+        return sprintf(SheetXml::FREEZE_PANE_XML, array_pop($m)-1, $this->freezePaneId);
202 202
     }
203 203
 }
Please login to merge, or discard this patch.