@@ -296,7 +296,7 @@ |
||
| 296 | 296 | /** |
| 297 | 297 | * Validate that the configuration fragment has the specified keys and none other. |
| 298 | 298 | * |
| 299 | - * @param array $expected Fields that must exist |
|
| 299 | + * @param string[] $expected Fields that must exist |
|
| 300 | 300 | * @param array $actual Actual configuration hashmap |
| 301 | 301 | * @param string $authName Name of authentication method for error messages |
| 302 | 302 | * |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | private $collector; |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * @param HttpClient|HttpAsyncClient $client |
|
| 30 | + * @param FlexibleHttpClient $client |
|
| 31 | 31 | * @param Collector $collector |
| 32 | 32 | */ |
| 33 | 33 | public function __construct($client, Collector $collector) |