From c42983a0ee65a8177bfcb2c18a5099f9125e6932 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 1 Oct 2013 13:05:45 +0100 Subject: [PATCH] Issue #2095219 by hrmoller: Fixed incorrect params in ModuleHandlerInterface::invokeAll(). --- core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php b/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php index 5a49e9e9e60..9540391cffc 100644 --- a/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php +++ b/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php @@ -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