mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 09:10:00 +00:00
AsyncTask: mark threadLocalStorage static field as nullable
This commit is contained in:
parent
908aa20eff
commit
fb78ec1f62
@ -47,7 +47,7 @@ use function unserialize;
|
|||||||
*/
|
*/
|
||||||
abstract class AsyncTask extends \Threaded{
|
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.
|
* Used to store objects which are only needed on one thread and should not be serialized.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user