Completed
Push — master ( ebcbe7...06aa7a )
by Ryosuke
04:11
created
src/Co.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
 use mpyw\Co\Internal\CoOption;
8 8
 use mpyw\Co\Internal\GeneratorContainer;
9 9
 use mpyw\Co\Internal\Pool;
10
-use mpyw\Co\Internal\ControlException;
11
-
12 10
 use mpyw\RuntimePromise\Deferred;
13 11
 use mpyw\RuntimePromise\PromiseInterface;
14 12
 
Please login to merge, or discard this patch.
src/Internal/ControlUtils.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace mpyw\Co\Internal;
4
-use mpyw\RuntimePromise\Deferred;
5 4
 use mpyw\Co\AllFailedException;
6 5
 use mpyw\Co\CoInterface;
7 6
 
Please login to merge, or discard this patch.