Passed
Push — master ( d2c09e...ca00b7 )
by Baptiste
05:39
created
src/Context/Json.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,12 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Behapi\Context;
3 3
 
4
-use stdClass;
5
-use InvalidArgumentException;
6
-
7 4
 use Behapi\Context\ApiTrait;
8 5
 use Behapi\Tools\HttpHistory;
9
-
10 6
 use Webmozart\Assert\Assert;
11 7
 
12 8
 class Json extends AbstractJson
Please login to merge, or discard this patch.