Skip to content

Commit 801f529

Browse files
authored
Update Worksheet.php
1 parent 52da0dc commit 801f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpSpreadsheet/Worksheet/Worksheet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,7 +2590,7 @@ public function setComments(array $comments)
25902590
*
25912591
* @return Comment
25922592
*/
2593-
public function removeComment($cellCoordinate)
2593+
public function removeComment($cellCoordinate):void
25942594
{
25952595
$cellAddress = Functions::trimSheetFromCellReference(Validations::validateCellAddress($cellCoordinate));
25962596

0 commit comments

Comments
 (0)