Completed
Pull Request — master (#13)
by Wachter
10:51
created
src/Command/ScheduleTaskCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
      */
22 22
     private $scheduler;
23 23
 
24
+    /**
25
+     * @param string $name
26
+     */
24 27
     public function __construct($name, SchedulerInterface $scheduler)
25 28
     {
26 29
         parent::__construct($name);
Please login to merge, or discard this patch.