Completed
Push — master ( cd1a4e...cb19f6 )
by Joel
06:36
created
src/Generator/Parameter/BodyParameterGenerator.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 Doctrine\Common\Inflector\Inflector;
6 6
 use Joli\Jane\Generator\Context\Context;
7 7
 use Joli\Jane\Runtime\Reference;
8
-use Joli\Jane\Reference\Resolver;
9 8
 use Joli\Jane\OpenApi\Model\BodyParameter;
10 9
 use Joli\Jane\OpenApi\Model\Schema;
11 10
 use PhpParser\Node;
Please login to merge, or discard this patch.
src/Generator/InputGeneratorTrait.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 Doctrine\Common\Inflector\Inflector;
6 6
 use Joli\Jane\Generator\Context\Context;
7 7
 use Joli\Jane\Runtime\Reference;
8
-use Joli\Jane\Reference\Resolver;
9 8
 use Joli\Jane\OpenApi\Model\BodyParameter;
10 9
 use Joli\Jane\OpenApi\Model\Schema;
11 10
 use PhpParser\Node;
Please login to merge, or discard this patch.
src/Generator/OutputGeneratorTrait.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 Doctrine\Common\Inflector\Inflector;
6 6
 use Joli\Jane\Generator\Context\Context;
7 7
 use Joli\Jane\Runtime\Reference;
8
-use Joli\Jane\Reference\Resolver;
9 8
 use Joli\Jane\OpenApi\Model\BodyParameter;
10 9
 use Joli\Jane\OpenApi\Model\Schema;
11 10
 use PhpParser\Node;
Please login to merge, or discard this patch.