mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
AsyncTask: mark threadLocalStorage static field as nullable
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user