mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
WorldProviderManager: removed incorrect param doc
this was used to trick phpstorm, but PHPStan doesn't like it, and it isn't consistently used anyway.
This commit is contained in:
parent
fede6b8234
commit
5f9ce78814
@ -47,7 +47,7 @@ abstract class WorldProviderManager{
|
|||||||
/**
|
/**
|
||||||
* Returns the default format used to generate new worlds.
|
* Returns the default format used to generate new worlds.
|
||||||
*
|
*
|
||||||
* @return string|WritableWorldProvider
|
* @return string
|
||||||
*/
|
*/
|
||||||
public static function getDefault() : string{
|
public static function getDefault() : string{
|
||||||
return self::$default;
|
return self::$default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user