Completed
Push — master ( e48e3f...5ab19a )
by Vuong
01:30
created
src/Async.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 
10 10
 use Yii;
11 11
 use Throwable;
12
-
13 12
 use yii\base\Component;
14
-
15 13
 use Spatie\Async\Pool;
16 14
 
17 15
 /**
Please login to merge, or discard this patch.
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.