diff --git a/core/modules/aggregator/aggregator.pages.inc b/core/modules/aggregator/aggregator.pages.inc index 0b8c672..fdcde09 100644 --- a/core/modules/aggregator/aggregator.pages.inc +++ b/core/modules/aggregator/aggregator.pages.inc @@ -7,7 +7,6 @@ use Drupal\aggregator\Entity\Feed; use Drupal\Core\Entity\EntityInterface; -use Drupal\Core\Language\Language; /** * Page callback: Displays all the items captured from the particular feed. diff --git a/core/modules/aggregator/templates/aggregator-block-item.html.twig b/core/modules/aggregator/templates/aggregator-block-item.html.twig index 10bc490..c5a7f3c 100644 --- a/core/modules/aggregator/templates/aggregator-block-item.html.twig +++ b/core/modules/aggregator/templates/aggregator-block-item.html.twig @@ -7,7 +7,6 @@ * - url: URL to the feed item. * - title: Title of the feed item. * - * @see template_preprocess() * @see template_preprocess_aggregator_block_item() * * @ingroup themeable diff --git a/core/modules/aggregator/templates/aggregator-summary-item.html.twig b/core/modules/aggregator/templates/aggregator-summary-item.html.twig index 6e2d8b1..74ad997 100644 --- a/core/modules/aggregator/templates/aggregator-summary-item.html.twig +++ b/core/modules/aggregator/templates/aggregator-summary-item.html.twig @@ -7,7 +7,6 @@ * - link: Link to item. * - age: Age of the item. * - * @see template_preprocess() * @see template_preprocess_aggregator_summary_item() * * @ingroup themeable