From 9ed82d1f5a8eff662d942d19c3686fc39f8ece7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20Bou=C3=A9?= Date: Fri, 18 Nov 2022 13:31:04 +0100 Subject: [PATCH] delete blank lines --- src/PhpWord/Shared/Html.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PhpWord/Shared/Html.php b/src/PhpWord/Shared/Html.php index 96caff76..c21048ba 100644 --- a/src/PhpWord/Shared/Html.php +++ b/src/PhpWord/Shared/Html.php @@ -536,11 +536,9 @@ class Html switch ($attribute->name) { case 'start': $start = (int) $attribute->value; - break; case 'type': $type = $attribute->value; - break; } }