Skip to content
Snippets Groups Projects
Commit 4ad7ddb3 authored by catch's avatar catch
Browse files

Issue #2738575 by lluvigne: Parameters to ModuleHandler::invoke() are incorrect

parent da662429
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ public function implementsHook($module, $hook);
* The name of the module (without the .module extension).
* @param string $hook
* The name of the hook to invoke.
* @param ...
* @param array $args
* Arguments to pass to the hook implementation.
*
* @return mixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment