From 0b035713945bd8eeb83f2ea82a9c481c1f1ec9be Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Jul 2017 16:07:17 +0200 Subject: [PATCH] removed wrong parameter hint (#187) --- src/PhpSpreadsheet/Worksheet.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PhpSpreadsheet/Worksheet.php b/src/PhpSpreadsheet/Worksheet.php index 8cca3606..32bcf2ca 100644 --- a/src/PhpSpreadsheet/Worksheet.php +++ b/src/PhpSpreadsheet/Worksheet.php @@ -1163,7 +1163,6 @@ class Worksheet implements IComparable * @param int $pRow Numeric row coordinate of the cell * @param mixed $pValue Value of the cell * @param string $pDataType Explicit data type, see Cell\DataType::TYPE_* - * @param bool $returnCell Return the worksheet (false, default) or the cell (true) * * @return Worksheet */