Issue #3174570 by quietone, anmolgoyal74, skudderk: Fix documentation comment in MainContentViewSubscriber

(cherry picked from commit 5296e875c6)
merge-requests/1600/head
Alex Pott 2022-01-01 15:51:49 +00:00
parent 038c7dd51d
commit ca7158d461
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class MainContentViewSubscriber implements EventSubscriberInterface {
/**
* The class resolver service.
*
* @var \Drupal\Core\Controller\ControllerResolverInterface
* @var \Drupal\Core\DependencyInjection\ClassResolverInterface
*/
protected $classResolver;