Issue #3485117 by nexusnovaz, godotislate, nicxvan: Fix return type on HookCollectorPass::collectAllHookImplementations()

merge-requests/10047/merge
catch 2024-11-04 13:31:12 +00:00
parent e6c429be26
commit 2546cebc65
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*