@@ -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 | * |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Http\Discovery\HttpClientDiscovery; |
11 | 11 | use Http\HttplugBundle\ClientFactory\DummyClient; |
12 | 12 | use Http\HttplugBundle\ClientFactory\PluginClientFactory; |
13 | -use Http\HttplugBundle\Collector\DebugPlugin; |
|
14 | 13 | use Http\HttplugBundle\Collector\ProfilePlugin; |
15 | 14 | use Http\Message\Authentication\BasicAuth; |
16 | 15 | use Http\Message\Authentication\Bearer; |