@@ -44,7 +44,6 @@ |
||
44 | 44 | |
45 | 45 | /** |
46 | 46 | * Get default options. |
47 | - * @param array $options |
|
48 | 47 | */ |
49 | 48 | public static function getDefault() |
50 | 49 | { |
@@ -32,7 +32,7 @@ discard block |
||
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 |
||
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 | */ |