Passed
Branch master (218e56)
by Ryosuke
24:16 queued 19: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/CoOption.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,6 @@
 block discarded – undo
44 44
 
45 45
     /**
46 46
      * Get default options.
47
-     * @param array $options
48 47
      */
49 48
     public static function getDefault()
50 49
     {
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.