#327 : Fixes PHP-MD errors

@link : https://travis-ci.org/PHPOffice/PHPWord/jobs/31598319#L539
This commit is contained in:
Progi1984 2014-08-04 11:17:05 +02:00
parent 06005e335d
commit f25833c60d
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class MarginBorder extends AbstractStyle
$xmlWriter = $this->getXmlWriter();
$sides = array('top', 'left', 'right', 'bottom', 'insideH', 'insideV');
$sizeCount = count($this->sizes);
foreach ($this->sizes as $i => $size) {
if ($size !== null) {