Completed
Push — master ( 3ee744...093cf6 )
by Vuong
06:33
created
test/AsyncTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use vxm\async\Event;
11 11
 use Yii;
12 12
 use Exception;
13
-
14 13
 use vxm\async\Async;
15 14
 use vxm\async\ErrorEvent;
16 15
 use vxm\async\SuccessEvent;
Please login to merge, or discard this patch.
src/Async.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,9 +10,7 @@
 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
 
18 16
 /**
Please login to merge, or discard this patch.