Update Worksheet.php
This commit is contained in:
parent
52da0dc0fc
commit
801f5296e9
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue