Second attempt to resolve Travis build errors
This commit is contained in:
parent
54af93a20a
commit
0103787873
@ -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();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user