Updated return type (#880)
This commit is contained in:
parent
98d1782bbb
commit
37493de234
@ -1096,7 +1096,7 @@ class Worksheet implements IComparable
|
|||||||
* @param string $column Return the highest data row for the specified column,
|
* @param string $column Return the highest data row for the specified column,
|
||||||
* or the highest data row of any column if no column letter is passed
|
* or the highest data row of any column if no column letter is passed
|
||||||
*
|
*
|
||||||
* @return string Highest row number that contains data
|
* @return int Highest row number that contains data
|
||||||
*/
|
*/
|
||||||
public function getHighestDataRow($column = null)
|
public function getHighestDataRow($column = null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user