diff --git a/src/EventSubscriber/BrokenLinkSubscriber.php b/src/EventSubscriber/BrokenLinkSubscriber.php
index e0f4391..a214b2b 100644
--- a/src/EventSubscriber/BrokenLinkSubscriber.php
+++ b/src/EventSubscriber/BrokenLinkSubscriber.php
@@ -2,8 +2,8 @@
 
 namespace Drupal\broken_link\EventSubscriber;
 
+use Symfony\Contracts\EventDispatcher\Event;
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
-use Symfony\Component\EventDispatcher\Event;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 use Drupal\broken_link\Entity\BrokenLink;
 use Drupal\broken_link\Entity\BrokenLinkRedirect;
@@ -38,7 +38,7 @@ class BrokenLinkSubscriber implements EventSubscriberInterface {
    * Logs the broken link hit rate. And redirect to path configured, if broken
    * link matches any pattern defined.
    *
-   * @param \Symfony\Component\EventDispatcher\Event $event
+   * @param \Symfony\Contracts\EventDispatcher\Event $event
    *   Event object.
    */
   public function handleBrokenLink(Event $event) {
