Update Worksheet.php

This commit is contained in:
Dams 2022-06-09 09:21:18 +02:00 committed by GitHub
parent 52da0dc0fc
commit 801f5296e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2590,7 +2590,7 @@ class Worksheet implements IComparable
* *
* @return Comment * @return Comment
*/ */
public function removeComment($cellCoordinate) public function removeComment($cellCoordinate):void
{ {
$cellAddress = Functions::trimSheetFromCellReference(Validations::validateCellAddress($cellCoordinate)); $cellAddress = Functions::trimSheetFromCellReference(Validations::validateCellAddress($cellCoordinate));