Passed
Push — feature/issue-601-unused-prope... ( eaf05f...8392ca )
by Kyle
07:11
created
src/test/php/PHPMD/Renderer/HTMLRendererTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 namespace PHPMD\Renderer;
19 19
 
20 20
 use PHPMD\AbstractTest;
21
-use PHPMD\ProcessingError;
22 21
 use PHPMD\Stubs\WriterStub;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
src/main/php/PHPMD/Rule/CleanCode/UndefinedVariable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 namespace PHPMD\Rule\CleanCode;
19 19
 
20 20
 use PDepend\Source\AST\ASTArray;
21
-use PDepend\Source\AST\ASTClass;
22 21
 use PDepend\Source\AST\ASTUnaryExpression;
23 22
 use PDepend\Source\AST\ASTVariable;
24 23
 use PDepend\Source\AST\State;
Please login to merge, or discard this patch.