Dict::S() PHPDoc modification

SVN:trunk[5087]
This commit is contained in:
Pierre Goiffon
2017-10-26 08:57:54 +00:00
parent f09347841c
commit 30b10d3b6b

View File

@@ -108,11 +108,13 @@ class Dict
/**
* Returns a localised string from the dictonary
*
* @param string $sStringCode The code identifying the dictionary entry
* @param string $sDefault Default value if there is no match in the dictionary
* @param bool $bUserLanguageOnly True to allow the use of the default language as a fallback, false otherwise
*
* @throws DictExceptionMissingString
* @return unknown|Ambigous <>|string
* @return string
*/
public static function S($sStringCode, $sDefault = null, $bUserLanguageOnly = false)
{