From 5a1164aa372a302de2f12826855e7206d06df60b Mon Sep 17 00:00:00 2001 From: Kristen Pol Date: Tue, 27 Feb 2024 20:40:15 -0800 Subject: [PATCH] Fixed linting. --- .../quant_sitemap/src/EventSubscriber/CollectionSubscriber.php | 3 +-- src/Plugin/QueueItem/NodeItem.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/quant_sitemap/src/EventSubscriber/CollectionSubscriber.php b/modules/quant_sitemap/src/EventSubscriber/CollectionSubscriber.php index a0aa8c9f..74334676 100644 --- a/modules/quant_sitemap/src/EventSubscriber/CollectionSubscriber.php +++ b/modules/quant_sitemap/src/EventSubscriber/CollectionSubscriber.php @@ -22,9 +22,8 @@ class CollectionSubscriber implements EventSubscriberInterface { /** * The entity type manager. * - * @todo Remove this? - * * @var Drupal\Core\Entity\EntityTypeManager + * @todo Remove this? */ protected $entityTypeManager; diff --git a/src/Plugin/QueueItem/NodeItem.php b/src/Plugin/QueueItem/NodeItem.php index 46c447a5..3aa580ff 100644 --- a/src/Plugin/QueueItem/NodeItem.php +++ b/src/Plugin/QueueItem/NodeItem.php @@ -35,9 +35,8 @@ class NodeItem implements QuantQueueItemInterface { /** * Include entity revisions. * - * @todo Remove this? - * * @var bool + * @todo Remove this? */ private $revisions;