Completed
Push — master ( c15104...eb04a4 )
by Dmitry
14:35
created
src/commands/GetInfoHandler.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace hiapi\commands;
12 12
 
13
-use hiqdev\yii\DataMapper\components\EntityManagerInterface;
14
-use hiqdev\yii\DataMapper\query\Specification;
15
-use hiqdev\yii\DataMapper\repositories\BaseRepository;
16
-
17 13
 /**
18 14
  * Class GetInfoHandler
19 15
  *
Please login to merge, or discard this patch.
tests/unit/Endpoints/EndpointBuilderTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
5 5
 use Closure;
6 6
 use hiapi\endpoints\EndpointBuilderInterface;
7 7
 use hiapi\endpoints\EndpointConfig;
8
-use hiapi\endpoints\Module\Builder\OrderedBuildersCallTrait;
9
-use hiapi\endpoints\Module\Builder\ReflectionBasedEndpointBuilderTrait;
10 8
 use hiapi\endpoints\Module\InOutControl\ExamplesAwareBuilderInterface;
11 9
 use hiapi\endpoints\Module\InOutControl\ExamplesAwareBuilderTrait;
12 10
 use hiapi\endpoints\Module\InOutControl\InOutControlBuilderInterface;
Please login to merge, or discard this patch.