Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PHPOffice/PHPExcel into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
MarkBaker committed Aug 24, 2014
2 parents a7cf8c6 + b518c0d commit 6d22097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/PHPExcel/Worksheet.php
Original file line number Diff line number Diff line change
Expand Up @@ -2545,7 +2545,7 @@ public function toArray($nullValue = null, $calculateFormulas = true, $formatDat
/**
* 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) {
Expand Down

0 comments on commit 6d22097

Please sign in to comment.