mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
trim phpdoc lines
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user