mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
fix phpdoc spacing screwed up by phpstorm
This commit is contained in:
@ -144,7 +144,7 @@ final class TileFactory{
|
||||
}
|
||||
|
||||
/**
|
||||
*@internal
|
||||
* @internal
|
||||
*/
|
||||
public static function createFromData(World $world, CompoundTag $nbt) : ?Tile{
|
||||
$type = $nbt->getString(Tile::TAG_ID, "", true);
|
||||
|
Reference in New Issue
Block a user