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:
Dylan K. Taylor 2019-12-03 12:08:04 +00:00
parent fede6b8234
commit 5f9ce78814

View File

@ -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;