From a075740e32d60867e1c0bdc503cb48f8172c3489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franck=20Bou=C3=A9?= Date: Fri, 18 Nov 2022 13:38:18 +0100 Subject: [PATCH] remove espaces --- src/PhpWord/Shared/Html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }