fix format

This commit is contained in:
troosan 2017-11-10 23:47:10 +01:00
parent ff8234bce4
commit e72446442b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ElementTest extends \PHPUnit\Framework\TestCase
{ {
$phpWord = new PhpWord(); $phpWord = new PhpWord();
$section = $phpWord->addSection(); $section = $phpWord->addSection();
$section->addBookmark('test_bookmark'); $section->addBookmark('test_bookmark');
$doc = TestHelperDOCX::getDocument($phpWord); $doc = TestHelperDOCX::getDocument($phpWord);