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 e07195c commit 38ea5ecCopy full SHA for 38ea5ec
src/PhpWord/Style/Spacing.php
@@ -167,7 +167,7 @@ public function setLineRule($value = null)
167
*/
168
public function getRule()
169
{
170
- return $this->rule;
+ return $this->lineRule;
171
}
172
173
/**
@@ -180,7 +180,7 @@ public function getRule()
180
181
public function setRule($value = null)
182
183
- $this->rule = value;
+ $this->lineRule = $value;
184
185
return $this;
186
0 commit comments