Merge pull request #424 from nvanheuverzwijn/patch-1

Fix indentation in documentation
This commit is contained in:
Progi1984 2014-08-17 19:33:14 +02:00
commit b518c0d404
1 changed files with 1 additions and 1 deletions

View File

@ -2545,7 +2545,7 @@ class PHPExcel_Worksheet implements PHPExcel_IComparable
/** /**
* Get row iterator * 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 * @return PHPExcel_Worksheet_RowIterator
*/ */
public function getRowIterator($startRow = 1) { public function getRowIterator($startRow = 1) {