There was an error while loading. Please reload this page.
1 parent 96e7cee commit 9e586ccCopy full SHA for 9e586cc
1 file changed
src/Type/UnionType.php
@@ -80,6 +80,7 @@ class UnionType implements CompoundType
80
*/
81
private FiniteTypeSet|false|null $finiteTypeSet = null;
82
83
+ /** @var list<Type>|null */
84
private ?array $finiteTypes = null;
85
86
/**
0 commit comments