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 2fb208a commit 8a9aaa8Copy full SHA for 8a9aaa8
1 file changed
src/PHPStanStaticTypeMapper/TypeMapper/UnionTypeMapper.php
@@ -62,6 +62,7 @@ public function mapToPHPStanPhpDocTypeNode(Type $type): TypeNode
62
$unionedType = new ArrayType($unionedType->getKeyType(), new MixedType());
63
}
64
65
+ // here to debug ...
66
$unionTypesNodes[] = $this->phpStanStaticTypeMapper->mapToPHPStanPhpDocTypeNode($unionedType);
67
68
0 commit comments