Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / EventSubscriber / RedirectResponseSubscriberTest.php
index 08c1a6cc93d4f27cef145b57836dbdd5e28b0e7a..8659a6f12647a58e1879758339bdc1b421f9f288 100644 (file)
@@ -67,7 +67,7 @@ class RedirectResponseSubscriberTest extends UnitTestCase {
   /**
    * Test destination detection and redirection.
    *
-   * @param Request $request
+   * @param \Symfony\Component\HttpFoundation\Request $request
    *   The request object with destination query set.
    * @param string|bool $expected
    *   The expected target URL or FALSE.