master-specific addendum to cd55cdf5c6c8be2b3aed523487db430a7df861e3

This commit is contained in:
Dylan K. Taylor 2020-01-22 15:07:47 +00:00
parent cd55cdf5c6
commit a3bffd375b
2 changed files with 2 additions and 6 deletions

View File

@ -82,9 +82,7 @@ abstract class Entity{
public const NETWORK_ID = -1;
/**
* @var Player[]
*/
/** @var Player[] */
protected $hasSpawned = [];
/** @var int */

View File

@ -35,9 +35,7 @@ class HandlerListManager{
return self::$globalInstance ?? (self::$globalInstance = new self);
}
/**
* @var HandlerList[] classname => HandlerList
*/
/** @var HandlerList[] classname => HandlerList */
private $allLists = [];
/**