Passed
Push — master ( 1e7c7f...24f8fa )
by Baptiste
06:05
created
src/Http/Context.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -2,22 +2,14 @@
 block discarded – undo
2 2
 namespace Behapi\Http;
3 3
 
4 4
 use RuntimeException;
5
-
6 5
 use Psr\Http\Message\RequestInterface;
7
-
8 6
 use Behat\Gherkin\Node\TableNode;
9 7
 use Behat\Behat\Context\Context as BehatContext;
10
-
11 8
 use Http\Client\HttpClient;
12 9
 use Http\Message\StreamFactory;
13 10
 use Http\Message\MessageFactory;
14 11
 use Http\Discovery\HttpClientDiscovery;
15
-
16 12
 use Webmozart\Assert\Assert;
17
-
18
-use Behapi\EventListener\Events;
19
-use Behapi\EventListener\RequestEvent;
20
-
21 13
 use Behapi\HttpHistory\History as HttpHistory;
22 14
 
23 15
 use function trim;
Please login to merge, or discard this patch.