Skip to content

Commit c11df2e

Browse files
author
Roman Syroeshko
committed
[CHANGED] Added annotations to StyleTest and performed minor refactoring.
1 parent eeca396 commit c11df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Tests/StyleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testStyles()
5353
'Link' => 'Font',
5454
'Table' => 'Table',
5555
'Heading_1' => 'Font',
56-
'Normal' => 'Paragraph'
56+
'Normal' => 'Paragraph',
5757
);
5858

5959
Style::addParagraphStyle('Paragraph', $paragraph);

0 commit comments

Comments
 (0)