@@ -214,7 +214,6 @@ |
||
214 | 214 | * This function will catch all potential exceptions and make sure it returns a boolean. |
215 | 215 | * |
216 | 216 | * @param string $class |
217 | - * @param bool $autoload |
|
218 | 217 | * |
219 | 218 | * @return bool |
220 | 219 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Http\Client\HttpClient; |
6 | 6 | use Http\Discovery\Exception\DiscoveryFailedException; |
7 | -use Psr\Http\Client\ClientInterface; |
|
8 | 7 | |
9 | 8 | /** |
10 | 9 | * Finds an HTTP Client. |