diff --git a/tests/PhpWord/Shared/HtmlTest.php b/tests/PhpWord/Shared/HtmlTest.php
index a6f0b3b6..c12f33ac 100644
--- a/tests/PhpWord/Shared/HtmlTest.php
+++ b/tests/PhpWord/Shared/HtmlTest.php
@@ -636,12 +636,12 @@ class HtmlTest extends AbstractWebServerEmbeddedTest
/**
* Tests checkbox input field
*/
- public function testInputCheckbox()
+ public function testInputCheckbox()
{
$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$html = '';
- Html::addHtml($section, $html);
+ Html::addHtml($section, $html);
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');