Completed
Push — master ( f7f76b...b77c5c )
by Jeroen
11s
created
src/Webcreate/Conveyor/Task/TaskRunner.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         return $this->tasks;
81 81
     }
82 82
 
83
+    /**
84
+     * @param \Webcreate\Conveyor\Transporter\AbstractTransporter $transporter
85
+     */
83 86
     public function setTransporter($transporter)
84 87
     {
85 88
         $this->transporter = $transporter;
Please login to merge, or discard this patch.