Completed
Push — master ( a8cf40...db4edb )
by Dmitry
14:23
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/event/PublishToExchangeListener.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         return $this->channel;
79 79
     }
80 80
 
81
+    /**
82
+     * @param EventInterface $event
83
+     */
81 84
     private function createMessage($event): AMQPMessage
82 85
     {
83 86
         if (!$event instanceof \JsonSerializable) {
Please login to merge, or discard this patch.