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

@@ -199,7 +199,7 @@ final class EntityFactory{
* Creates an entity from data stored on a chunk.
*
* @throws \RuntimeException
*@internal
* @internal
*/
public static function createFromData(World $world, CompoundTag $nbt) : ?Entity{
$saveId = $nbt->getTag("id") ?? $nbt->getTag("identifier");