Completed
Push — 2.0 ( 21f326...dd3689 )
by Marco
17:36
created
src/Comodojo/Extender/Events/TaskStatusEvent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
 
31 31
     private $task;
32 32
 
33
+    /**
34
+     * @param string $status
35
+     */
33 36
     public function __construct($status, TaskInterface $task) {
34 37
 
35 38
         $name = $task->name;
Please login to merge, or discard this patch.