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 95d1047 commit 37488e6Copy full SHA for 37488e6
src/Type/UnionType.php
@@ -7,8 +7,6 @@
7
use TypeLang\Mapper\Exception\Mapping\InvalidValueException;
8
use TypeLang\Mapper\Runtime\Context\LocalContext;
9
use TypeLang\Mapper\Runtime\Path\Entry\UnionLeafEntry;
10
-use TypeLang\Parser\Node\Stmt\TypeStatement;
11
-use TypeLang\Parser\Node\Stmt\UnionTypeNode;
12
13
class UnionType implements TypeInterface
14
{
0 commit comments