IReadFilter interface: fixed docblocks

This commit is contained in:
Paolo Agostinetto 2017-02-18 21:02:33 +01:00
parent 6d6353c0f1
commit 1667056515
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ interface IReadFilter
/**
* Should this cell be read?
*
* @param $column Column address (as a string value like "A", or "IV")
* @param $row Row number
* @param $worksheetName Optional worksheet name
* @param $column string Column address (as a string value like "A", or "IV")
* @param $row int Row number
* @param $worksheetName string Optional worksheet name
*
* @return bool
*/