diff --git a/src/PhpSpreadsheet/Worksheet/Worksheet.php b/src/PhpSpreadsheet/Worksheet/Worksheet.php index 14d24265..b3a0bf2a 100644 --- a/src/PhpSpreadsheet/Worksheet/Worksheet.php +++ b/src/PhpSpreadsheet/Worksheet/Worksheet.php @@ -2590,7 +2590,7 @@ class Worksheet implements IComparable * * @return Comment */ - public function removeComment($cellCoordinate) + public function removeComment($cellCoordinate):void { $cellAddress = Functions::trimSheetFromCellReference(Validations::validateCellAddress($cellCoordinate));