mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Modernize private property declarations in src/network
This commit is contained in:
@@ -30,7 +30,7 @@ use function spl_object_id;
|
||||
class NetworkSessionManager{
|
||||
|
||||
/** @var NetworkSession[] */
|
||||
private $sessions = [];
|
||||
private array $sessions = [];
|
||||
|
||||
/**
|
||||
* Adds a network session to the manager. This should only be called on session creation.
|
||||
|
Reference in New Issue
Block a user