Completed
Push — master ( 76f966...23a0bc )
by Ryosuke
03:54 queued 01:09
created
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.