mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Timezone::parseOffset() returns string|false, not string|bool
This commit is contained in:
parent
ccad97727f
commit
7e9c38a9d9
@ -188,7 +188,7 @@ abstract class Timezone{
|
||||
/**
|
||||
* @param string $offset In the format of +09:00, +02:00, -04:00 etc.
|
||||
*
|
||||
* @return string|bool
|
||||
* @return string|false
|
||||
*/
|
||||
private static function parseOffset($offset){
|
||||
//Make signed offsets unsigned for date_parse
|
||||
|
Loading…
x
Reference in New Issue
Block a user