Issue #2095219 by hrmoller: Fixed incorrect params in ModuleHandlerInterface::invokeAll().

8.0.x
Nathaniel Catchpole 2013-10-01 13:05:45 +01:00
parent 0bda79a3db
commit c42983a0ee
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ interface ModuleHandlerInterface {
*
* @param string $hook
* The name of the hook to invoke.
* @param ...
* @param array $args
* Arguments to pass to the hook.
*
* @return array