Second attempt to resolve Travis build errors

This commit is contained in:
Bas-Jan 't Jong 2014-05-29 17:44:14 +02:00
parent 54af93a20a
commit 0103787873

View File

@ -36,7 +36,7 @@ class Line extends Image
if (!$style instanceof LineStyle) { if (!$style instanceof LineStyle) {
return; return;
} }
$this->writeStyle($style); $this->writeLineStyle($style);
} }
/** /**
@ -44,7 +44,7 @@ class Line extends Image
* *
* Copied function from Image/writeStyle in order to override getElementStyle * Copied function from Image/writeStyle in order to override getElementStyle
*/ */
protected function writeStyle(ImageStyle $style) protected function writeLineStyle(LineStyle $style)
{ {
$xmlWriter = $this->getXmlWriter(); $xmlWriter = $this->getXmlWriter();