mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
phpstan 1.5.1
This commit is contained in:
@ -64,6 +64,9 @@ class ThreadManager extends \Volatile{
|
||||
*/
|
||||
public function getAll() : array{
|
||||
$array = [];
|
||||
/**
|
||||
* @var Worker|Thread $thread
|
||||
*/
|
||||
foreach($this as $key => $thread){
|
||||
$array[$key] = $thread;
|
||||
}
|
||||
|
Reference in New Issue
Block a user