Issue #3485117 by nexusnovaz, godotislate, nicxvan: Fix return type on HookCollectorPass::collectAllHookImplementations()
parent
e6c429be26
commit
2546cebc65
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue