Merge commit '9cd6b3e1c7cd81d0a4b0da68d9b3ff026c9f6495'

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:04:06 +00:00
12 changed files with 19 additions and 57 deletions

View File

@ -43,9 +43,7 @@ class PlayerChatEvent extends PlayerEvent implements Cancellable{
/** @var string */
protected $format;
/**
* @var CommandSender[]
*/
/** @var CommandSender[] */
protected $recipients = [];
/**