Timezone: add missing return type for detectSystemTimezone()

This commit is contained in:
Dylan K. Taylor 2020-01-15 20:18:35 +00:00
parent f6d96c5827
commit bac788fd00

View File

@ -101,6 +101,9 @@ abstract class Timezone{
return $messages; return $messages;
} }
/**
* @return string|false
*/
public static function detectSystemTimezone(){ public static function detectSystemTimezone(){
switch(Utils::getOS()){ switch(Utils::getOS()){
case 'win': case 'win':