diff --git a/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php b/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php index 5a49e9e..9540391 100644 --- a/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php +++ b/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php @@ -192,7 +192,7 @@ public function invoke($module, $hook, $args = array()); * * @param string $hook * The name of the hook to invoke. - * @param ... + * @param array $args * Arguments to pass to the hook. * * @return array