master-specific @var annotations

This commit is contained in:
Dylan K. Taylor
2020-01-09 17:50:01 +00:00
parent cda1143a79
commit aba71762e9
14 changed files with 27 additions and 0 deletions

View File

@@ -59,12 +59,16 @@ abstract class AsyncTask extends \Threaded{
/** @var \Threaded */
public $progressUpdates;
/** @var scalar|null */
private $result = null;
/** @var bool */
private $serialized = false;
/** @var bool */
private $cancelRun = false;
/** @var bool */
private $submitted = false;
/** @var bool */
private $crashed = false;
/** @var bool */
private $finished = false;