Passed
Push — master ( f3d21d...2ebe79 )
by Baptiste
02:01
created
src/PhpMatcher/JsonContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,13 +2,10 @@
 block discarded – undo
2 2
 namespace Behapi\PhpMatcher;
3 3
 
4 4
 use InvalidArgumentException;
5
-
6 5
 use Behat\Behat\Context\Context;
7 6
 use Behat\Gherkin\Node\PyStringNode;
8
-
9 7
 use Symfony\Component\PropertyAccess\PropertyAccess;
10 8
 use Symfony\Component\PropertyAccess\PropertyAccessor;
11
-
12 9
 use Behapi\Http\Client;
13 10
 use Behapi\HttpHistory as HttpHistory;
14 11
 
Please login to merge, or discard this patch.