Skip to content

Commit 8a9aaa8

Browse files
committed
note to debug
1 parent 2fb208a commit 8a9aaa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PHPStanStaticTypeMapper/TypeMapper/UnionTypeMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function mapToPHPStanPhpDocTypeNode(Type $type): TypeNode
6262
$unionedType = new ArrayType($unionedType->getKeyType(), new MixedType());
6363
}
6464

65+
// here to debug ...
6566
$unionTypesNodes[] = $this->phpStanStaticTypeMapper->mapToPHPStanPhpDocTypeNode($unionedType);
6667
}
6768

0 commit comments

Comments
 (0)