Skip to content

Commit a299505

Browse files
author
Kirill Nesmeyanov
committed
Apply phpcs
1 parent a5c47a5 commit a299505

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Exception/Mapping/InvalidObjectValueException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use TypeLang\Mapper\Runtime\Context;
88
use TypeLang\Mapper\Runtime\Path\PathInterface;
9-
use TypeLang\Parser\Node\Stmt\NamedTypeNode;
109
use TypeLang\Parser\Node\Stmt\TypeStatement;
1110

1211
class InvalidObjectValueException extends ObjectValueException

src/Exception/Mapping/MissingRequiredObjectFieldException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use TypeLang\Mapper\Runtime\Context;
88
use TypeLang\Mapper\Runtime\Path\PathInterface;
9-
use TypeLang\Parser\Node\Stmt\NamedTypeNode;
109
use TypeLang\Parser\Node\Stmt\TypeStatement;
1110

1211
class MissingRequiredObjectFieldException extends ObjectFieldException

0 commit comments

Comments
 (0)