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