mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +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:
@ -47,7 +47,7 @@ abstract class WorldProviderManager{
|
||||
/**
|
||||
* Returns the default format used to generate new worlds.
|
||||
*
|
||||
* @return string|WritableWorldProvider
|
||||
* @return string
|
||||
*/
|
||||
public static function getDefault() : string{
|
||||
return self::$default;
|
||||
|
Reference in New Issue
Block a user