mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
RCONInstance: fixed incorrect doc comment for field
This commit is contained in:
@ -167,7 +167,7 @@ class RCONInstance extends Thread{
|
||||
|
||||
/** @var resource[] $clients */
|
||||
$clients = [];
|
||||
/** @var int[] $authenticated */
|
||||
/** @var bool[] $authenticated */
|
||||
$authenticated = [];
|
||||
/** @var float[] $timeouts */
|
||||
$timeouts = [];
|
||||
|
Reference in New Issue
Block a user