added some phpstan-specific generic type annotations

This commit is contained in:
Dylan K. Taylor
2020-01-13 15:05:02 +00:00
parent acaa34785f
commit 0e1cea043a
11 changed files with 61 additions and 16 deletions

View File

@@ -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.
*/