Skip to content

Commit 7f9743e

Browse files
committed
[PHPDoc] Fix various PHPDoc syntax errors
1 parent b120ed9 commit 7f9743e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TypeContext/TypeContextFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ final class TypeContextFactory
4343
private static array $reflectionClassCache = [];
4444

4545
/**
46-
* @var array<string,array<string,TypeContext>
46+
* @var array<string,array<string,TypeContext>>
4747
*/
4848
private array $intermediateTypeContextCache = [];
4949

5050
/**
51-
* @var array<string,array<string,TypeContext>
51+
* @var array<string,array<string,TypeContext>>
5252
*/
5353
private array $typeContextCache = [];
5454

0 commit comments

Comments
 (0)