Completed
Push — master ( 3ffe12...6e16cc )
by Marin
05:50
created
src/Task.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param mixed $merchant
144
+     * @param string|null $merchant
145 145
      */
146 146
     public function setMerchant($merchant)
147 147
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param mixed $executor
160
+     * @param string|null $executor
161 161
      */
162 162
     public function setExecutor($executor)
163 163
     {
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
     }
366 366
 
367 367
     /**
368
-     * @param mixed $destination
368
+     * @param string|null $destination
369 369
      */
370 370
     public function setDestination($destination)
371 371
     {
Please login to merge, or discard this patch.