Modernize private property declarations in src/network

This commit is contained in:
Dylan K. Taylor
2022-05-17 21:22:33 +01:00
parent cd016bedce
commit 6eac2ea7a5
31 changed files with 154 additions and 340 deletions

View File

@@ -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.