Skip to content

Commit 9e586cc

Browse files
committed
Update UnionType.php
1 parent 96e7cee commit 9e586cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Type/UnionType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class UnionType implements CompoundType
8080
*/
8181
private FiniteTypeSet|false|null $finiteTypeSet = null;
8282

83+
/** @var list<Type>|null */
8384
private ?array $finiteTypes = null;
8485

8586
/**

0 commit comments

Comments
 (0)