diff --git a/src/pocketmine/utils/Timezone.php b/src/pocketmine/utils/Timezone.php index 11d260925..0328cff56 100644 --- a/src/pocketmine/utils/Timezone.php +++ b/src/pocketmine/utils/Timezone.php @@ -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