Completed
Push — master ( 5c965c...c70f50 )
by Vuong
02:09
created
src/Async.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,12 +10,9 @@
 block discarded – undo
10 10
 use Yii;
11 11
 use Closure;
12 12
 use Throwable;
13
-
14 13
 use yii\base\Component;
15
-
16 14
 use Spatie\Async\Pool;
17 15
 use Spatie\Async\Process\Runnable;
18
-
19 16
 use vxm\async\event\Event;
20 17
 use vxm\async\event\ErrorEvent;
21 18
 use vxm\async\event\SuccessEvent;
Please login to merge, or discard this patch.
src/runtime/ParentRuntime.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * @inheritDoc
28
+     * @param callable[] $task
28 29
      */
29 30
     public static function createProcess($task): Runnable
30 31
     {
Please login to merge, or discard this patch.
test/AsyncTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
8 8
 namespace vxm\test\unit\async;
9 9
 
10 10
 use Yii;
11
-
12 11
 use Exception;
13
-
14 12
 use vxm\async\Async;
15 13
 use vxm\async\event\Event;
16 14
 use vxm\async\event\ErrorEvent;
Please login to merge, or discard this patch.