Skip to content

Commit f25833c

Browse files
committed
1 parent 06005e3 commit f25833c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpWord/Writer/Word2007/Style/MarginBorder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public function write()
5757
$xmlWriter = $this->getXmlWriter();
5858

5959
$sides = array('top', 'left', 'right', 'bottom', 'insideH', 'insideV');
60-
$sizeCount = count($this->sizes);
6160

6261
foreach ($this->sizes as $i => $size) {
6362
if ($size !== null) {

0 commit comments

Comments
 (0)