From 424561bce72b0780130f74d0369c9a26a57ffd58 Mon Sep 17 00:00:00 2001 From: Jan Pecha Date: Thu, 7 Dec 2023 09:57:14 +0100 Subject: [PATCH] Coding style: fixes --- src/Icon.php | 2 ++ src/ImgIcons.php | 2 ++ src/InlineStyleIcons.php | 2 ++ src/InlineSvgIcons.php | 2 ++ src/PrefixedIcons.php | 2 ++ src/WrappedIcons.php | 2 ++ src/exceptions.php | 2 ++ tests/Icons/icons.phpt | 2 ++ tests/bootstrap.php | 1 - 9 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/Icon.php b/src/Icon.php index 829f7ac..35be3ec 100644 --- a/src/Icon.php +++ b/src/Icon.php @@ -1,5 +1,7 @@