Sane argument names in the Reference Helper, Settings and Spreadsheet classes
This commit is contained in:
parent
af3918cac8
commit
4ab629ff82
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue