fix wrong variable
This commit is contained in:
parent
e07195c512
commit
38ea5ecb5f
|
|
@ -167,7 +167,7 @@ class Spacing extends AbstractStyle
|
||||||
*/
|
*/
|
||||||
public function getRule()
|
public function getRule()
|
||||||
{
|
{
|
||||||
return $this->rule;
|
return $this->lineRule;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -180,7 +180,7 @@ class Spacing extends AbstractStyle
|
||||||
*/
|
*/
|
||||||
public function setRule($value = null)
|
public function setRule($value = null)
|
||||||
{
|
{
|
||||||
$this->rule = value;
|
$this->lineRule = $value;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue