Completed
Push — master ( 3bb276...640fbc )
by Ryota
06:30
created
Tests/Queue/QueueTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,7 @@
 block discarded – undo
103 103
 class DummyJob extends Job
104 104
 {
105 105
     /**
106
-     * @param array $args
107
-     * @return booelan
106
+     * @return boolean
108 107
      */
109 108
     public function run()
110 109
     {
Please login to merge, or discard this patch.
Tests/Message/MessageTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,8 +103,7 @@
 block discarded – undo
103 103
 class DummyJob extends Job
104 104
 {
105 105
     /**
106
-     * @param array $args
107
-     * @return booelan
106
+     * @return boolean
108 107
      */
109 108
     public function run()
110 109
     {
Please login to merge, or discard this patch.
Tests/Worker/WorkerTest.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -182,6 +182,8 @@
 block discarded – undo
182 182
 
183 183
     /**
184 184
      * {@inheritdoc}
185
+     * @param string $server
186
+     * @param integer $procId
185 187
      */
186 188
     public function __construct($queue, $server, $procId)
187 189
     {
Please login to merge, or discard this patch.
Queue/QueueName.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
      * JobName constructor.
25 25
      * @param string $name
26 26
      * @param string $prefix
27
-     * @param string $separator
28 27
      */
29 28
     public function __construct($name, $prefix)
30 29
     {
Please login to merge, or discard this patch.