Add more precise return param comments
This commit is contained in:
@ -18,7 +18,7 @@ class MDValueSet {
|
||||
* @param string $tlFileName Name of the translation file.
|
||||
* @param string $tlVarName Variable of the translation.
|
||||
*
|
||||
* @return array<string>
|
||||
* @return array<string, string>
|
||||
*/
|
||||
public static function getTlUnsortedList(MDTlLoader $tlLoader, array $keyList, string $tlFileName, string $tlVarName):array {
|
||||
|
||||
|
Reference in New Issue
Block a user