Completed
Push — master ( 9f8be7...b45da4 )
by Vuong
02:22 queued 01:13
created
src/Async.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     /**
113 113
      * Make async job.
114 114
      *
115
-     * @param $job
115
+     * @param callable $job
116 116
      *
117 117
      * @return mixed
118 118
      */
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
      * @param  string  $event
161 161
      * @param  Runnable  $process
162 162
      *
163
-     * @return callable
163
+     * @return Closure
164 164
      */
165 165
     protected function makeProcessListener(string $event, Runnable $process): callable
166 166
     {
Please login to merge, or discard this patch.