Completed
Pull Request — master (#121)
by Tobias
09:51
created
src/ClassDiscovery.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/HttpClientDiscovery.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.