From f0113fa46fbc0af7c32224e5607bb59b2c21a4f4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 9 Apr 2024 06:06:33 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"FIX=20phan=20commence=20=C3=A0=20ma?= =?UTF-8?q?=20phandre=20le=20coeur"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e23db85d34758eb6e2af0f33079607a1757fa0fa. --- htdocs/core/class/hookmanager.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php index 04b75cad5046c..a7a4b6e090012 100644 --- a/htdocs/core/class/hookmanager.class.php +++ b/htdocs/core/class/hookmanager.class.php @@ -51,7 +51,7 @@ class HookManager public $hooks = array(); /** - * @var string[] List of hooks called during this request + * @var array List of hooks called during this request */ public $hooksHistory = [];