Completed
Push — dependabot/github_actions/acti... ( 92e46f...9f5aeb )
by
unknown
156:28 queued 149:57
created
tests/features/bootstrap/Ast/ApiContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@  discard block
 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 phpDocumentor\Descriptor\ArgumentDescriptor;
19 18
 use phpDocumentor\Descriptor\ClassDescriptor;
@@ -28,7 +27,6 @@  discard block
 block discarded – undo
28 27
 use phpDocumentor\Descriptor\Tag\ReturnDescriptor;
29 28
 use phpDocumentor\Descriptor\Tag\VersionDescriptor;
30 29
 use phpDocumentor\Descriptor\TraitDescriptor;
31
-use phpDocumentor\Reflection\Php\File;
32 30
 use Webmozart\Assert\Assert;
33 31
 
34 32
 class ApiContext extends BaseContext implements Context
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.
tests/features/bootstrap/EnvironmentContext.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;
14 14
 
15 15
 use Behat\Behat\Context;
16
-use Behat\Behat\Tester\Exception\PendingException;
17 16
 use FilesystemIterator;
18 17
 use RecursiveDirectoryIterator;
19 18
 use RecursiveIteratorIterator;
Please login to merge, or discard this patch.
tests/features/bootstrap/Ast/FileContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace phpDocumentor\Behat\Contexts\Ast;
6 6
 
7 7
 use Behat\Behat\Context\Context;
8
-use Behat\Behat\Tester\Exception\PendingException;
9 8
 use Behat\Gherkin\Node\TableNode;
10 9
 use phpDocumentor\Behat\Contexts\Ast\BaseContext;
11 10
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
tests/functional/phpDocumentor/issues/Issue2425FunctionalTest.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,6 +28,4 @@
 block discarded – undo
28 28
 And here is another inline \Project\Other\Level\Issue2425C::bar() tag to a class
29 29
 aliased via a use statement.
30 30
 DESCRIPTION,
31
-            $classDescriptor->getDescription());
32
-    }
33
-}
31
+            $classDescriptor->getDescription
34 32
\ No newline at end of file
Please login to merge, or discard this patch.