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 06005e3 commit f25833cCopy full SHA for f25833c
src/PhpWord/Writer/Word2007/Style/MarginBorder.php
@@ -57,7 +57,6 @@ public function write()
57
$xmlWriter = $this->getXmlWriter();
58
59
$sides = array('top', 'left', 'right', 'bottom', 'insideH', 'insideV');
60
- $sizeCount = count($this->sizes);
61
62
foreach ($this->sizes as $i => $size) {
63
if ($size !== null) {
0 commit comments