Add more precise return param comments

This commit is contained in:
2022-10-22 03:25:09 +02:00
parent f9444e288f
commit b9955203eb
2 changed files with 3 additions and 3 deletions

View File

@ -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 {