-
- Downloads
HookStyleListener - Convey hook results. Refine type-hints.
Note: This is uncommon and discouraged for new hooks, but some hooks require returning values, e.g ```php function hook_foo() { return ['my-data']; } ``` This should fix compatibility with those.
Please register or sign in to comment