Passed
Push — master ( 9b86f1...395fc6 )
by Baptiste
03:46
created
src/Json/Context.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,11 +1,7 @@
 block discarded – undo
1 1
 <?php declare(strict_types=1);
2 2
 namespace Behapi\Json;
3 3
 
4
-use stdClass;
5
-use InvalidArgumentException;
6
-
7 4
 use Webmozart\Assert\Assert;
8
-
9 5
 use Behapi\Http\Response;
10 6
 use Behapi\HttpHistory\History as HttpHistory;
11 7
 
Please login to merge, or discard this patch.