We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6b06f commit c542685Copy full SHA for c542685
tests/PhpWordTests/Element/SvgImageTest.php
@@ -17,7 +17,7 @@ protected function setUp(): void
17
}
18
19
20
- public function testAddSvgImageWithoutStyles()
+ public function testAddSvgImageWithoutStyles(): void
21
{
22
$phpWord = new PhpWord();
23
$section = $phpWord->addSection();
@@ -27,7 +27,7 @@ public function testAddSvgImageWithoutStyles()
27
$this->assertEquals('image/svg+xml', $image->getImageType());
28
29
30
- public function testAddSvgImageWithStyles()
+ public function testAddSvgImageWithStyles(): void
31
32
33
0 commit comments