From 284bd4ccde1ea92ff5019557e910d212cbdf1c11 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Thu, 27 Feb 2025 14:04:03 -0800 Subject: [PATCH] fixup --- .../src/Plugin/paragraphs/Behavior/CardColorBehavior.php | 2 ++ .../src/Plugin/paragraphs/Behavior/CawCardBehavior.php | 2 ++ .../src/Plugin/paragraphs/Behavior/CawHeroBehavior.php | 2 ++ modules/caw_profile_helper/src/Routing/RouteSubscriber.php | 2 ++ 4 files changed, 8 insertions(+) diff --git a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CardColorBehavior.php b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CardColorBehavior.php index bdab89be..6071b33a 100644 --- a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CardColorBehavior.php +++ b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CardColorBehavior.php @@ -12,6 +12,8 @@ /** * Provides behaviors for card paragraphs to add color classes. * + * @codeCoverageIgnore + * * @ParagraphsBehavior( * id = "card_color", * label = @Translation("Card Colors"), diff --git a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawCardBehavior.php b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawCardBehavior.php index df777a23..1b9d3553 100644 --- a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawCardBehavior.php +++ b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawCardBehavior.php @@ -8,6 +8,8 @@ /** * Provides behaviors for card paragraphs to add color classes. + * + * @codeCoverageIgnore */ class CawCardBehavior extends CardBehavior { diff --git a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawHeroBehavior.php b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawHeroBehavior.php index cbe98379..9a8c1942 100644 --- a/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawHeroBehavior.php +++ b/modules/caw_profile_helper/src/Plugin/paragraphs/Behavior/CawHeroBehavior.php @@ -8,6 +8,8 @@ /** * Provides behaviors for card paragraphs to add color classes. + * + * @codeCoverageIgnore */ class CawHeroBehavior extends HeroPatternBehavior { diff --git a/modules/caw_profile_helper/src/Routing/RouteSubscriber.php b/modules/caw_profile_helper/src/Routing/RouteSubscriber.php index 897d634a..0c9ac232 100644 --- a/modules/caw_profile_helper/src/Routing/RouteSubscriber.php +++ b/modules/caw_profile_helper/src/Routing/RouteSubscriber.php @@ -10,6 +10,8 @@ /** * Listens to the dynamic route events. + * + * @codeCoverageIgnore */ class RouteSubscriber extends RouteSubscriberBase {