From ca7158d46126439cffb1161d97c8367572284799 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 1 Jan 2022 15:51:49 +0000 Subject: [PATCH] Issue #3174570 by quietone, anmolgoyal74, skudderk: Fix documentation comment in MainContentViewSubscriber (cherry picked from commit 5296e875c6d0b32c4a275130bcfaf2fb37b6452c) --- .../Drupal/Core/EventSubscriber/MainContentViewSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php b/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php index 8ad4aadae85..6221d59a08b 100644 --- a/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php +++ b/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php @@ -27,7 +27,7 @@ class MainContentViewSubscriber implements EventSubscriberInterface { /** * The class resolver service. * - * @var \Drupal\Core\Controller\ControllerResolverInterface + * @var \Drupal\Core\DependencyInjection\ClassResolverInterface */ protected $classResolver;