Completed
Push — master ( 127008...59a424 )
by Charles
04:01
created
components/Queue.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     /**
23 23
      * Adds client connections
24 24
      * @param array $clients
25
-     * @return true
25
+     * @return boolean
26 26
      */
27 27
     public function setClients($clients = [])
28 28
     {
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * Retrieves the queue
38
-     * @return Disque\Client
38
+     * @return Client
39 39
      */
40 40
     public function get()
41 41
     {
Please login to merge, or discard this 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 yrc\components;
4 4
 
5
-use Yii;
6 5
 use yii\base\Object;
7 6
 use Disque\Connection\Credentials;
8 7
 use Disque\Client;
Please login to merge, or discard this patch.