Skip to content

Commit e724464

Browse files
committed
fix format
1 parent ff8234b commit e724464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Writer/Word2007/ElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function testBookmark()
7878
{
7979
$phpWord = new PhpWord();
8080
$section = $phpWord->addSection();
81-
81+
8282
$section->addBookmark('test_bookmark');
8383
$doc = TestHelperDOCX::getDocument($phpWord);
8484

0 commit comments

Comments
 (0)