Completed
Push — master ( 225ab5...60d32e )
by Vuong
02:11
created
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
 use Spatie\Async\Runtime\ParentRuntime;
18 16
 
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
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace vxm\test\unit\async;
9 9
 
10 10
 use Yii;
11
-
12 11
 use vxm\async\Async;
13 12
 use vxm\async\Event;
14 13
 use vxm\async\ErrorEvent;
Please login to merge, or discard this patch.