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