Completed
Push — master ( c5a2a9...e04029 )
by Dmitry
03:31
created
src/Test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         $this->dispatch('tarantool.migrate');
22 22
     }
23 23
 
24
+    /**
25
+     * @param string $job
26
+     */
24 27
     public function dispatch($job, $params = [])
25 28
     {
26 29
         return $this->app->dispatch($job, $params);
Please login to merge, or discard this patch.