mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Entity: fixed type doc comment for blocksAround field
This commit is contained in:
@ -460,7 +460,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
/** @var EntityDamageEvent|null */
|
||||
protected $lastDamageCause = null;
|
||||
|
||||
/** @var Block[] */
|
||||
/** @var Block[]|null */
|
||||
protected $blocksAround = [];
|
||||
|
||||
/** @var float|null */
|
||||
|
Reference in New Issue
Block a user