Completed
Push — develop ( 392713...7e37ef )
by Jaap
20s queued 11s
created
tests/unit/phpDocumentor/Descriptor/ProjectDescriptorBuilderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace phpDocumentor\Descriptor;
13 13
 
14 14
 use \Mockery as m;
15
-use phpDocumentor\Descriptor\ProjectDescriptor\Settings;
16 15
 
17 16
 /**
18 17
  * Tests the functionality for the ProjectDescriptorBuilder class.
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/SeeTagContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Behat\Contexts\Ast;
14 14
 
15 15
 use Behat\Behat\Context\Context;
16
-use Behat\Behat\Tester\Exception\PendingException;
17 16
 use Behat\Gherkin\Node\PyStringNode;
18 17
 use Exception;
19 18
 use phpDocumentor\Descriptor\Tag\SeeDescriptor;
Please login to merge, or discard this patch.