Passed
Pull Request — master (#32)
by Baptiste
02:27
created
src/Context/JsonMatcher.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,8 @@
 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
-use Symfony\Component\PropertyAccessor\PropertyAccess;
10
-
11 7
 use Behapi\Tools\HttpHistory;
12 8
 use Behapi\Tools\BehapiFactory;
13 9
 
Please login to merge, or discard this patch.