Fixed property types with missing null PhpDoc types

This commit is contained in:
Dylan K. Taylor
2020-02-05 20:55:03 +00:00
parent 495bfda044
commit 1a5228e7a6
11 changed files with 16 additions and 16 deletions

View File

@ -53,7 +53,7 @@ abstract class AsyncTask extends Collectable{
*/
private static $localObjectStorage;
/** @var AsyncWorker $worker */
/** @var AsyncWorker|null $worker */
public $worker = null;
/** @var \Threaded */