Completed
Pull Request — master (#2)
by satoru
02:00
created
src/PhpExcelWrapper.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -358,6 +358,11 @@
 block discarded – undo
358 358
         $this->getFont($col, $row, $sheetNo)->setSize($size);
359 359
     }
360 360
 
361
+    /**
362
+     * @param integer $col
363
+     * @param integer $row
364
+     * @param integer $sheetNo
365
+     */
361 366
     private function getFont($col, $row, $sheetNo)
362 367
     {
363 368
         $cellInfo = $this->cellInfo($col, $row);
Please login to merge, or discard this patch.