Test Failed
Push — master ( 12aea4...5981da )
by Nicolas
02:27
created
src/Cp/CapSniffer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 namespace Cp\Manager;
4
-use Cp\DomainObject\Configuration;
5 4
 use Cp\Parser\TypeParser;
6 5
 
7 6
 /**
Please login to merge, or discard this patch.
src/Cp/Parser/PlanParser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Cp\Parser;
4 4
 
5
-use Cp\Http\HeaderParser;
6 5
 use PHPHtmlParser\Dom;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.