Passed
Push — master ( ced089...b0157b )
by Baptiste
02:41
created
src/Context/AbstractJson.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,16 +3,12 @@
 block discarded – undo
3 3
 
4 4
 use stdClass;
5 5
 use Datetime;
6
-
7 6
 use Throwable;
8 7
 use InvalidArgumentException;
9
-
10 8
 use Behat\Behat\Context\Context;
11 9
 use Behat\Gherkin\Node\PyStringNode;
12
-
13 10
 use Symfony\Component\PropertyAccess\PropertyAccess;
14 11
 use Symfony\Component\PropertyAccess\PropertyAccessor;
15
-
16 12
 use Behapi\Extension\Tools\Assert;
17 13
 
18 14
 abstract class AbstractJson implements Context
Please login to merge, or discard this patch.