.../Core/EventSubscriber/CurrentPathDestinationLinkResponseFilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/EventSubscriber/CurrentPathDestinationLinkResponseFilter.php b/core/lib/Drupal/Core/EventSubscriber/CurrentPathDestinationLinkResponseFilter.php index cbad2b8..04e3e62 100644 --- a/core/lib/Drupal/Core/EventSubscriber/CurrentPathDestinationLinkResponseFilter.php +++ b/core/lib/Drupal/Core/EventSubscriber/CurrentPathDestinationLinkResponseFilter.php @@ -53,7 +53,7 @@ class CurrentPathDestinationLinkResponseFilter implements EventSubscriberInterfa * The current user. * @param \Drupal\Core\Path\CurrentPathStack $current_path * The current path. - * @param \Symfony\Component\HttpFoundation\RequestStack + * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack * The request stack. */ public function __construct(AccountInterface $current_user, CurrentPathStack $current_path, RequestStack $request_stack) {