Completed
Push — master ( ed0b12...1a1617 )
by Ryota
06:22
created
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.
Tests/Message/MessageTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 class DummyJob extends Job
30 30
 {
31 31
     /**
32
-     * @param array $args
33
-     * @return booelan
32
+     * @return boolean
34 33
      */
35 34
     protected function run()
36 35
     {
Please login to merge, or discard this patch.
Tests/Queue/QueueTest.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
 class DummyJob extends Job
30 30
 {
31 31
     /**
32
-     * @param array $args
33
-     * @return booelan
32
+     * @return boolean
34 33
      */
35 34
     protected function run()
36 35
     {
Please login to merge, or discard this patch.