mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Timezone: add missing return type for detectSystemTimezone()
This commit is contained in:
parent
f6d96c5827
commit
bac788fd00
@ -101,6 +101,9 @@ abstract class Timezone{
|
||||
return $messages;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string|false
|
||||
*/
|
||||
public static function detectSystemTimezone(){
|
||||
switch(Utils::getOS()){
|
||||
case 'win':
|
||||
|
Loading…
x
Reference in New Issue
Block a user