Sane argument names in the Reference Helper, Settings and Spreadsheet classes

This commit is contained in:
MarkBaker 2020-11-03 18:04:45 +01:00
parent af3918cac8
commit 4ab629ff82
1 changed files with 0 additions and 1 deletions

View File

@ -612,7 +612,6 @@ class Spreadsheet
* @param null|int $sheetIndex Index where sheet should go (0,1,..., or null for last) * @param null|int $sheetIndex Index where sheet should go (0,1,..., or null for last)
* *
* @return Worksheet * @return Worksheet
* @throws Exception
*/ */
public function addSheet(Worksheet $worksheet, $sheetIndex = null) public function addSheet(Worksheet $worksheet, $sheetIndex = null)
{ {