Completed
Push — master ( 8260b5...6e390f )
by Dmitry
08:05
created
src/Runner.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $class;
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $nick
68
+     */
66 69
     public function dispatch($nick, $arguments = [])
67 70
     {
68 71
         $class = $this->getJobClass($nick);
Please login to merge, or discard this patch.