Passed
Pull Request — master (#32)
by Baptiste
05:20
created
src/Context/JsonMatcher.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\Context;
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\Tools\HttpHistory;
13 10
 use Behapi\Tools\BehapiFactory;
14 11
 
Please login to merge, or discard this patch.