2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-05-22 03:09:13 +02:00
parent 0769696fa3
commit 2a8db2255d
3 changed files with 3 additions and 3 deletions

View File

@@ -2987,7 +2987,7 @@ function removeGlobalParenthesis($string)
/**
* Return array of Emojis for miscellaneous use.
*
* @return array Array of Emojis in hexadecimal
* @return array<string:array> Array of Emojis in hexadecimal
* @see getArrayOfEmoji()
*/
function getArrayOfEmojiBis()

View File

@@ -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<string:array> Array of Emojis in hexadecimal
* @see getArrayOfEmojiBis()
*/
function getArrayOfEmoji()