Completed
Push — master ( 9a3771...84f8db )
by Ryosuke
05:40
created
src/Internal/ManualScheduler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 require __DIR__ . '/../vendor/autoload.php';
4 4
 
5 5
 use mpyw\Co\Co;
6
-use mpyw\Co\CURLException;
7 6
 
8 7
 function curl_init_with($url, array $options = [CURLOPT_RETURNTRANSFER => true]) {
9 8
     $ch = curl_init($url);
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 React\Promise\Deferred;
5 4
 use mpyw\Co\AllFailedException;
6 5
 use mpyw\Co\CoInterface;
7 6
 
Please login to merge, or discard this patch.