mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 16:29:40 +00:00
Entity: fixed type doc comment for blocksAround field
This commit is contained in:
parent
c2afc05e7c
commit
cd778661c2
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user