Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2021-12-08 19:40:25 +00:00
3 changed files with 12 additions and 8 deletions

View File

@ -39,7 +39,7 @@ class EntityShootBowEvent extends EntityEvent implements Cancellable{
/** @var Item */
private $bow;
/** @var Projectile */
/** @var Entity */
private $projectile;
/** @var float */
private $force;