removed wrong parameter hint (#187)

This commit is contained in:
Ben 2017-07-17 16:07:17 +02:00 committed by Adrien Crivelli
parent 1853aaac79
commit 0b03571394
1 changed files with 0 additions and 1 deletions

View File

@ -1163,7 +1163,6 @@ class Worksheet implements IComparable
* @param int $pRow Numeric row coordinate of the cell * @param int $pRow Numeric row coordinate of the cell
* @param mixed $pValue Value of the cell * @param mixed $pValue Value of the cell
* @param string $pDataType Explicit data type, see Cell\DataType::TYPE_* * @param string $pDataType Explicit data type, see Cell\DataType::TYPE_*
* @param bool $returnCell Return the worksheet (false, default) or the cell (true)
* *
* @return Worksheet * @return Worksheet
*/ */