mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Update Worksheet.php
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user