diff --git a/src/Hook/ImagestylesHooks.php b/src/Hook/ImagestylesHooks.php
index e234fb5..38e9203 100644
--- a/src/Hook/ImagestylesHooks.php
+++ b/src/Hook/ImagestylesHooks.php
@@ -18,7 +18,7 @@ class ImagestylesHooks
      * Implements hook_help().
      */
     #[Hook('help')]
-    public function help($route_name, \Drupal\Core\Routing\RouteMatchInterface $route_match)
+    public function help($route_name, RouteMatchInterface $route_match)
     {
         switch ($route_name) {
             // Main module help for the imagestyles module.
