AsyncTask: mark threadLocalStorage static field as nullable

This commit is contained in:
Dylan K. Taylor 2019-12-04 22:50:30 +00:00
parent 908aa20eff
commit fb78ec1f62

View File

@ -47,7 +47,7 @@ use function unserialize;
*/
abstract class AsyncTask extends \Threaded{
/**
* @var \ArrayObject|mixed[] object hash => mixed data
* @var \ArrayObject|mixed[]|null object hash => mixed data
*
* Used to store objects which are only needed on one thread and should not be serialized.
*/