Skip to content

Commit a075740

Browse files
authored
remove espaces
1 parent ecd2fcb commit a075740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpWord/Shared/Html.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,11 @@ protected static function parseList($node, $element, &$styles, &$data)
536536
switch ($attribute->name) {
537537
case 'start':
538538
$start = (int) $attribute->value;
539-
539+
-
540540
break;
541541
case 'type':
542542
$type = $attribute->value;
543-
543+
-
544544
break;
545545
}
546546
}

0 commit comments

Comments
 (0)