Skip to content

Commit c542685

Browse files
committed
Update SvgImageTest.php
1 parent 3b6b06f commit c542685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PhpWordTests/Element/SvgImageTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function setUp(): void
1717
}
1818
}
1919

20-
public function testAddSvgImageWithoutStyles()
20+
public function testAddSvgImageWithoutStyles(): void
2121
{
2222
$phpWord = new PhpWord();
2323
$section = $phpWord->addSection();
@@ -27,7 +27,7 @@ public function testAddSvgImageWithoutStyles()
2727
$this->assertEquals('image/svg+xml', $image->getImageType());
2828
}
2929

30-
public function testAddSvgImageWithStyles()
30+
public function testAddSvgImageWithStyles(): void
3131
{
3232
$phpWord = new PhpWord();
3333
$section = $phpWord->addSection();

0 commit comments

Comments
 (0)