phpcs fxes
This commit is contained in:
parent
7f62fba7ef
commit
4d2b00dafc
|
|
@ -85,7 +85,8 @@ class CommentTest extends TestCase
|
||||||
self::assertEquals('This is a test comment', (string) $comment);
|
self::assertEquals('This is a test comment', (string) $comment);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testRemoveComment(): void {
|
public function testRemoveComment(): void
|
||||||
|
{
|
||||||
$spreadsheet = new Spreadsheet();
|
$spreadsheet = new Spreadsheet();
|
||||||
$sheet = $spreadsheet->getActiveSheet();
|
$sheet = $spreadsheet->getActiveSheet();
|
||||||
$sheet->getComment('A2')->getText()->createText('Comment to delete');
|
$sheet->getComment('A2')->getText()->createText('Comment to delete');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue