diff --git a/src/PhpWord/Shared/Html.php b/src/PhpWord/Shared/Html.php
index 99e54002..fefd62b6 100644
--- a/src/PhpWord/Shared/Html.php
+++ b/src/PhpWord/Shared/Html.php
@@ -536,11 +536,11 @@ class Html
switch ($attribute->name) {
case 'start':
$start = (int) $attribute->value;
-
+-
break;
case 'type':
$type = $attribute->value;
-
+-
break;
}
}