Update Worksheet.php

This commit is contained in:
Dams
2022-06-09 09:21:18 +02:00
committed by GitHub
parent 52da0dc0fc
commit 801f5296e9
+1 -1
View File
@@ -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));