We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b120ed9 commit 7f9743eCopy full SHA for 7f9743e
TypeContext/TypeContextFactory.php
@@ -43,12 +43,12 @@ final class TypeContextFactory
43
private static array $reflectionClassCache = [];
44
45
/**
46
- * @var array<string,array<string,TypeContext>
+ * @var array<string,array<string,TypeContext>>
47
*/
48
private array $intermediateTypeContextCache = [];
49
50
51
52
53
private array $typeContextCache = [];
54
0 commit comments