Completed
Push — master ( 3508d3...14fbca )
by Ryosuke
04:12
created
src/Co.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use mpyw\Co\Internal\CoOption;
6 6
 use mpyw\Co\Internal\GeneratorContainer;
7 7
 use mpyw\Co\Internal\CURLPool;
8
-
9 8
 use React\Promise\Deferred;
10 9
 use React\Promise\PromiseInterface;
11 10
 use function React\Promise\all;
Please login to merge, or discard this patch.
src/Internal/Utils.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace mpyw\Co\Internal;
4 4
 
5
-use mpyw\Co\CoInterface;
6 5
 use mpyw\Co\Internal\GeneratorContainer;
7 6
 
8 7
 class Utils {
Please login to merge, or discard this patch.