From 2546cebc65b092e4ebfdcc9f94ff7fa20a39f967 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Mon, 4 Nov 2024 13:31:12 +0000 Subject: [PATCH] Issue #3485117 by nexusnovaz, godotislate, nicxvan: Fix return type on HookCollectorPass::collectAllHookImplementations() --- core/lib/Drupal/Core/Hook/HookCollectorPass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Hook/HookCollectorPass.php b/core/lib/Drupal/Core/Hook/HookCollectorPass.php index fd9b6cae445..c99a5ebc9c6 100644 --- a/core/lib/Drupal/Core/Hook/HookCollectorPass.php +++ b/core/lib/Drupal/Core/Hook/HookCollectorPass.php @@ -127,7 +127,7 @@ class HookCollectorPass implements CompilerPassInterface { * An associative array. Keys are the module names, values are relevant * info yml file path. * - * @return \Drupal\Core\Extension\HookCollectorPass + * @return static * A HookCollectorPass instance holding all hook implementations and * include file information. *