mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-02 21:06:19 +03:00
Fix indentation in documentation
This commit is contained in:
parent
125f39c745
commit
cdaabc57f1
1 changed files with 1 additions and 1 deletions
|
@ -2545,7 +2545,7 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
|
|||
/**
|
||||
* Get row iterator
|
||||
*
|
||||
* @param integer $startRow The row number at which to start iterating
|
||||
* @param integer $startRow The row number at which to start iterating
|
||||
* @return PHPExcel_Worksheet_RowIterator
|
||||
*/
|
||||
public function getRowIterator($startRow = 1) {
|
||||
|
|
Loading…
Add table
Reference in a new issue