Skip to content

Commit 9afd53d

Browse files
authored
remove -
1 parent a075740 commit 9afd53d

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)