mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix phan
This commit is contained in:
parent
2a8db2255d
commit
3003b21f2a
|
|
@ -2987,7 +2987,7 @@ function removeGlobalParenthesis($string)
|
|||
/**
|
||||
* Return array of Emojis for miscellaneous use.
|
||||
*
|
||||
* @return array<string:array> Array of Emojis in hexadecimal
|
||||
* @return array<string,array<string>> Array of Emojis in hexadecimal
|
||||
* @see getArrayOfEmoji()
|
||||
*/
|
||||
function getArrayOfEmojiBis()
|
||||
|
|
|
|||
|
|
@ -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<string:array> Array of Emojis in hexadecimal
|
||||
* @return array<string,array<string>> Array of Emojis in hexadecimal
|
||||
* @see getArrayOfEmojiBis()
|
||||
*/
|
||||
function getArrayOfEmoji()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user