Completed
Pull Request — develop (#42)
by
unknown
21:54
created
src/PhpSpreadsheet/Spreadsheet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -894,7 +894,7 @@
 block discarded – undo
894 894
      */
895 895
     public function getCellXfByIndex($pIndex = 0)
896 896
     {
897
-        if(!$pIndex){
897
+        if (!$pIndex) {
898 898
             return $this->cellXfCollection[0];
899 899
         }
900 900
         return $this->cellXfCollection[$pIndex];
Please login to merge, or discard this patch.