Completed
Push — master ( dfb0dd...bc60d1 )
by Viacheslav
06:48
created
src/Structure/ObjectItem.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Swaggest\JsonSchema\Structure;
4 4
 
5
-use Swaggest\JsonSchema\Constraint\Properties;
6 5
 use Swaggest\JsonSchema\MagicMap;
7 6
 
8 7
 class ObjectItem extends MagicMap
Please login to merge, or discard this patch.
src/SchemaLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use PhpLang\ScopeExit;
6 6
 use Swaggest\JsonSchema\Constraint\Properties;
7 7
 use Swaggest\JsonSchema\Constraint\Ref;
8
-use Swaggest\JsonSchema\Constraint\Type;
9 8
 use Swaggest\JsonSchema\RemoteRef\BasicFetcher;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.