Completed
Push — master ( 932cc5...b796f0 )
by Andrii
12:16
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.
src/console/ApiController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace hiapi\console;
12 12
 
13 13
 use hiapi\bus\ApiCommandsBusInterface;
14
-use Yii;
15 14
 use yii\base\Module;
16 15
 use yii\console\Controller;
17 16
 use yii\helpers\Inflector;
Please login to merge, or discard this patch.
src/console/QueueController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace hiapi\console;
4 4
 
5
-use hiapi\bus\ApiCommandsBusInterface;
6
-use hiapi\commands\BaseCommand;
7 5
 use hiqdev\yii2\autobus\components\AutoBusFactoryInterface;
8 6
 use hiqdev\yii2\autobus\components\AutoBusInterface;
9 7
 use PhpAmqpLib\Channel\AMQPChannel;
Please login to merge, or discard this patch.