Completed
Pull Request — master (#158)
by Fabien
10:04
created
DependencyInjection/Configuration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Collector/ProfileClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     private $eventNames = [];
48 48
 
49 49
     /**
50
-     * @param HttpClient|HttpAsyncClient $client    The client to profile. Client must implement both HttpClient and
50
+     * @param FlexibleHttpClient $client    The client to profile. Client must implement both HttpClient and
51 51
      *                                              HttpAsyncClient interfaces.
52 52
      * @param Collector                  $collector
53 53
      * @param Formatter                  $formatter
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Http\Client\Exception\HttpException;
7 7
 use Http\Client\HttpAsyncClient;
8 8
 use Http\Client\HttpClient;
9
-use Http\Message\Formatter\CurlCommandFormatter;
10 9
 use Psr\Http\Message\RequestInterface;
11 10
 use Psr\Http\Message\ResponseInterface;
12 11
 use Symfony\Component\Stopwatch\Stopwatch;
Please login to merge, or discard this patch.