From 3003b21f2a75927cff6570b84d4c9f3456945744 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 May 2024 03:21:54 +0200 Subject: [PATCH] Fix phan --- htdocs/core/lib/functions2.lib.php | 2 +- htdocs/main.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index cf7c7eca861..0e44eb72d79 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -2987,7 +2987,7 @@ function removeGlobalParenthesis($string) /** * Return array of Emojis for miscellaneous use. * - * @return array Array of Emojis in hexadecimal + * @return array> Array of Emojis in hexadecimal * @see getArrayOfEmoji() */ function getArrayOfEmojiBis() diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index c4e85660a6a..5480bb2c587 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -56,7 +56,7 @@ if (!empty($_SERVER['MAIN_SHOW_TUNING_INFO'])) { /** * Return array of Emojis. We can't move this function inside a common lib because we need it for security before loading any file. * - * @return array Array of Emojis in hexadecimal + * @return array> Array of Emojis in hexadecimal * @see getArrayOfEmojiBis() */ function getArrayOfEmoji()