mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Fixed property types with missing null PhpDoc types
This commit is contained in:
@ -53,7 +53,7 @@ abstract class AsyncTask extends Collectable{
|
||||
*/
|
||||
private static $localObjectStorage;
|
||||
|
||||
/** @var AsyncWorker $worker */
|
||||
/** @var AsyncWorker|null $worker */
|
||||
public $worker = null;
|
||||
|
||||
/** @var \Threaded */
|
||||
|
Reference in New Issue
Block a user