trim phpdoc lines

This commit is contained in:
Dylan K. Taylor 2020-01-22 15:18:37 +00:00
parent 0b423c5b96
commit 8efc4d12ec
2 changed files with 0 additions and 2 deletions

View File

@ -200,7 +200,6 @@ final class EntityFactory{
*
* @throws \RuntimeException
*@internal
*
*/
public static function createFromData(World $world, CompoundTag $nbt) : ?Entity{
$saveId = $nbt->getTag("id") ?? $nbt->getTag("identifier");

View File

@ -597,7 +597,6 @@ class World implements ChunkManager{
* Unregisters a chunk listener previously registered.
*
*@see World::registerChunkListener()
*
*/
public function unregisterChunkListener(ChunkListener $listener, int $chunkX, int $chunkZ) : void{
$hash = World::chunkHash($chunkX, $chunkZ);