Completed
Push — master ( c9580a...3c7d01 )
by Dmitry
05:34
created
src/Test.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
         $this->dispatch('tarantool.clear');
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $job
31
+     */
29 32
     public function dispatch($job, $params = [])
30 33
     {
31 34
         return $this->app->dispatch($job, $params);
Please login to merge, or discard this patch.