Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Feb 27, 2025
1 parent a866dd6 commit 284bd4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/**
* Provides behaviors for card paragraphs to add color classes.
*
* @codeCoverageIgnore
*
* @ParagraphsBehavior(
* id = "card_color",
* label = @Translation("Card Colors"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* Provides behaviors for card paragraphs to add color classes.
*
* @codeCoverageIgnore
*/
class CawCardBehavior extends CardBehavior {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

/**
* Provides behaviors for card paragraphs to add color classes.
*
* @codeCoverageIgnore
*/
class CawHeroBehavior extends HeroPatternBehavior {

Expand Down
2 changes: 2 additions & 0 deletions modules/caw_profile_helper/src/Routing/RouteSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

/**
* Listens to the dynamic route events.
*
* @codeCoverageIgnore
*/
class RouteSubscriber extends RouteSubscriberBase {

Expand Down

0 comments on commit 284bd4c

Please sign in to comment.