We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af93a commit 0103787Copy full SHA for 0103787
src/PhpWord/Writer/Word2007/Style/Line.php
@@ -36,15 +36,15 @@ public function write()
36
if (!$style instanceof LineStyle) {
37
return;
38
}
39
- $this->writeStyle($style);
+ $this->writeLineStyle($style);
40
41
42
/**
43
* Write style attribute
44
*
45
* Copied function from Image/writeStyle in order to override getElementStyle
46
*/
47
- protected function writeStyle(ImageStyle $style)
+ protected function writeLineStyle(LineStyle $style)
48
{
49
$xmlWriter = $this->getXmlWriter();
50
0 commit comments