fix format
This commit is contained in:
parent
ff8234bce4
commit
e72446442b
|
|
@ -78,7 +78,7 @@ class ElementTest extends \PHPUnit\Framework\TestCase
|
|||
{
|
||||
$phpWord = new PhpWord();
|
||||
$section = $phpWord->addSection();
|
||||
|
||||
|
||||
$section->addBookmark('test_bookmark');
|
||||
$doc = TestHelperDOCX::getDocument($phpWord);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue