NetworkSession: player may be null

This commit is contained in:
Dylan K. Taylor 2019-01-16 16:19:39 +00:00
parent f647b1b7a5
commit acdd0fec5f

View File

@ -50,7 +50,7 @@ use function time;
class NetworkSession{
/** @var Server */
private $server;
/** @var Player */
/** @var Player|null */
private $player;
/** @var NetworkInterface */
private $interface;