Skip to content

Commit f8ee230

Browse files
author
Roman Syroeshko
committed
[FIXED] Typo.
1 parent 455a4c4 commit f8ee230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/PhpWord.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function __call($function, $args)
122122

123123
$styles = array('Paragraph', 'Font', 'Table', 'Numbering', 'Link', 'Title');
124124
foreach ($styles as $style) {
125-
$addStyle[] = strtolower("add{$style}style");
125+
$addStyle[] = strtolower("add{$style}Style");
126126
}
127127

128128
// Run get collection method

0 commit comments

Comments
 (0)