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 */