Completed
Branch master (5718ec)
by Marin
02:25
created
src/Task.php 1 patch
Doc Comments   +5 added lines, -5 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 null|Organization $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 null|Organization $executor
161 161
      */
162 162
     public function setExecutor($executor)
163 163
     {
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @param mixed $completeAfter
224
+     * @param integer|null $completeAfter
225 225
      */
226 226
     public function setCompleteAfter($completeAfter)
227 227
     {
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
     }
238 238
 
239 239
     /**
240
-     * @param mixed $completeBefore
240
+     * @param integer|null $completeBefore
241 241
      */
242 242
     public function setCompleteBefore($completeBefore)
243 243
     {
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
     }
366 366
 
367 367
     /**
368
-     * @param mixed $destination
368
+     * @param Destination $destination
369 369
      */
370 370
     public function setDestination($destination)
371 371
     {
Please login to merge, or discard this patch.