Completed
Push — master ( 76f966...23a0bc )
by Ryosuke
03:54 queued 01:09
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/GeneratorContainer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * Constructor.
35
-     * @param Generator $g
35
+     * @param \Generator $g
36 36
      * @param CoOption  $options
37 37
      * @param mixed     $yield_key
38 38
      */
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
 
125 125
     /**
126 126
      * Throw exception into generator.
127
-     * @param RuntimeException $e
127
+     * @param \RuntimeException $e
128 128
      * @NOTE: This method returns nothing,
129 129
      *        while original generator returns something.
130 130
      */
Please login to merge, or discard this patch.