populate missing array value types in utils namespace, pass 1

This commit is contained in:
Dylan K. Taylor
2020-01-30 21:30:01 +00:00
parent 60b405d944
commit da43ae82fe
5 changed files with 37 additions and 8 deletions

View File

@@ -51,6 +51,9 @@ abstract class Timezone{
return ini_get('date.timezone');
}
/**
* @return string[]
*/
public static function init() : array{
$messages = [];
do{