mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
AsyncPool: add a type doc to $size
This commit is contained in:
@ -39,7 +39,7 @@ class AsyncPool{
|
||||
private $classLoader;
|
||||
/** @var \ThreadedLogger */
|
||||
private $logger;
|
||||
|
||||
/** @var int */
|
||||
protected $size;
|
||||
/** @var int */
|
||||
private $workerMemoryLimit;
|
||||
|
Reference in New Issue
Block a user