@@ -76,6 +76,9 @@ discard block |
||
| 76 | 76 | }); |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | + /** |
|
| 80 | + * @param LoopInterface $loop |
|
| 81 | + */ |
|
| 79 | 82 | protected function sink($loop, $response, $target) |
| 80 | 83 | { |
| 81 | 84 | $deferred = new Deferred(); |
@@ -148,7 +151,7 @@ discard block |
||
| 148 | 151 | |
| 149 | 152 | /** |
| 150 | 153 | * @param array $options |
| 151 | - * @return array |
|
| 154 | + * @return LoopInterface |
|
| 152 | 155 | */ |
| 153 | 156 | protected function convertOptions(array $options) |
| 154 | 157 | { |
@@ -191,7 +194,7 @@ discard block |
||
| 191 | 194 | } |
| 192 | 195 | |
| 193 | 196 | /** |
| 194 | - * @param object $object |
|
| 197 | + * @param HttpClient $object |
|
| 195 | 198 | * @param string $desiredProperty |
| 196 | 199 | * @return mixed |
| 197 | 200 | */ |