Completed
Push — master ( 33b64b...c22041 )
by Ryosuke
03:21
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/CURLPool.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -150,6 +150,7 @@
 block discarded – undo
150 150
 
151 151
     /**
152 152
      * Used for halting loop.
153
+     * @param \RuntimeException $e
153 154
      */
154 155
     public function reserveHaltException($e)
155 156
     {
Please login to merge, or discard this patch.