Issue #3485117 by nexusnovaz, godotislate, nicxvan: Fix return type on HookCollectorPass::collectAllHookImplementations()
(cherry picked from commit 2546cebc65
)
merge-requests/10102/head
parent
cdf352a4d6
commit
b63f82bb17
|
@ -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