fix phpdoc spacing screwed up by phpstorm

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:20:50 +00:00
parent 8efc4d12ec
commit 5955ff5393
3 changed files with 3 additions and 3 deletions

View File

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