Completed
Push — issue/323 ( ec43bf )
by Tomas Norre
18:11
created
Classes/Domain/Model/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @return mixed
219
+     * @return string
220 220
      */
221 221
     public function getPidsOnly()
222 222
     {
Please login to merge, or discard this patch.
Classes/Domain/Model/Queue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     protected $configuration = '';
104 104
 
105 105
     /**
106
-     * @param array $ro
106
+     * @param array $row
107 107
      */
108 108
     public function __construct($row = [])
109 109
     {
Please login to merge, or discard this patch.