add some phpstan array types

This commit is contained in:
Dylan K. Taylor
2020-01-30 22:06:21 +00:00
parent 4ff4434a22
commit 260ac47588
39 changed files with 177 additions and 27 deletions

View File

@ -45,6 +45,7 @@ class BaseLang{
/**
* @return string[]
* @phpstan-return array<string, string>
*/
public static function getLanguageList(string $path = "") : array{
if($path === ""){