IReadFilter interface: fixed docblocks
This commit is contained in:
parent
6d6353c0f1
commit
1667056515
@ -29,9 +29,9 @@ interface IReadFilter
|
|||||||
/**
|
/**
|
||||||
* Should this cell be read?
|
* Should this cell be read?
|
||||||
*
|
*
|
||||||
* @param $column Column address (as a string value like "A", or "IV")
|
* @param $column string Column address (as a string value like "A", or "IV")
|
||||||
* @param $row Row number
|
* @param $row int Row number
|
||||||
* @param $worksheetName Optional worksheet name
|
* @param $worksheetName string Optional worksheet name
|
||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user