Entity: fixed type doc comment for blocksAround field

This commit is contained in:
Dylan K. Taylor 2019-12-01 21:03:57 +00:00
parent c2afc05e7c
commit cd778661c2

View File

@ -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 */