Completed
Branch master (e6b933)
by satoru
02:32
created
src/PhpExcelWrapper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -288,7 +288,6 @@  discard block
 block discarded – undo
288 288
     * @param integer $col 行
289 289
     * @param integer $row 列
290 290
     * @param integer $sheetNo シート番号
291
-    * @param boolean $underline 太字を引くか
292 291
     * @author hagiwara
293 292
     */
294 293
     public function setFontBold($col, $row, $sheetNo, $bold)
@@ -318,7 +317,6 @@  discard block
 block discarded – undo
318 317
     * @param integer $col 行
319 318
     * @param integer $row 列
320 319
     * @param integer $sheetNo シート番号
321
-    * @param boolean $italic イタリックにするか
322 320
     * @author hagiwara
323 321
     */
324 322
     public function setStrikethrough($col, $row, $sheetNo, $strikethrough)
@@ -599,6 +597,7 @@  discard block
 block discarded – undo
599 597
     * シート情報の読み込み
600 598
     * @param integer $sheetNo シート番号
601 599
     * @author hagiwara
600
+    * @return null|\PHPExcel_Worksheet
602 601
     */
603 602
     private function getSheet($sheetNo)
604 603
     {
Please login to merge, or discard this patch.