removed wrong parameter hint (#187)
This commit is contained in:
parent
1853aaac79
commit
0b03571394
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue