mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
added some phpstan-specific generic type annotations
This commit is contained in:
@@ -48,6 +48,7 @@ use function unserialize;
|
||||
abstract class AsyncTask extends \Threaded{
|
||||
/**
|
||||
* @var \ArrayObject|mixed[]|null object hash => mixed data
|
||||
* @phpstan-var \ArrayObject<int, array<string, mixed>>|null
|
||||
*
|
||||
* Used to store objects which are only needed on one thread and should not be serialized.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user