From 43dac77fcdcacbf9060f35c273b4160868ba5b2e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 12 Jun 2025 02:10:09 +0100 Subject: [PATCH] Refactor --- modules/opd_podcast/src/Guests.php | 1 - modules/opd_presentations/src/Events.php | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/opd_podcast/src/Guests.php b/modules/opd_podcast/src/Guests.php index 75bba7295..6f163dfca 100644 --- a/modules/opd_podcast/src/Guests.php +++ b/modules/opd_podcast/src/Guests.php @@ -6,7 +6,6 @@ namespace Drupal\opd_podcast; use Webmozart\Assert\Assert; - /** * @implements \IteratorAggregate */ diff --git a/modules/opd_presentations/src/Events.php b/modules/opd_presentations/src/Events.php index fa206e2ed..49d2d7f89 100644 --- a/modules/opd_presentations/src/Events.php +++ b/modules/opd_presentations/src/Events.php @@ -6,7 +6,6 @@ namespace Drupal\opd_presentations; use Webmozart\Assert\Assert; - /** * @implements \IteratorAggregate */