Completed
Push — master ( 05d26d...1e675c )
by Vuong
06:34
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
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Yii;
11 11
 use Exception;
12
-
13 12
 use vxm\async\Async;
14 13
 use vxm\async\Event;
15 14
 use vxm\async\ErrorEvent;
Please login to merge, or discard this patch.