Completed
Pull Request — master (#254)
by Lars
19:09 queued 09:08
created
tests/integration/UsingTagsTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 namespace phpDocumentor\Reflection;
14 14
 
15 15
 use Mockery as m;
16
-use phpDocumentor\Reflection\DocBlock\Description;
17
-use phpDocumentor\Reflection\DocBlock\Tag;
18 16
 use PHPUnit\Framework\TestCase;
19 17
 
20 18
 /**
Please login to merge, or discard this patch.
tests/unit/Assets/CustomServiceClass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use phpDocumentor\Reflection\DocBlock\Tag;
8 8
 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
9 9
 use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
10
-use phpDocumentor\Reflection\FqsenResolver;
11 10
 use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod;
12 11
 
13 12
 final class CustomServiceClass implements Tag, StaticMethod
Please login to merge, or discard this patch.
tests/unit/Assets/CustomServiceInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 use phpDocumentor\Reflection\DocBlock\Tag;
8 8
 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
9
-use phpDocumentor\Reflection\FqsenResolver;
10 9
 use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod;
11 10
 
12 11
 final class CustomServiceInterface implements Tag, StaticMethod
Please login to merge, or discard this patch.
src/DocBlock/Tags/Param.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Reflection\Type;
19 19
 use phpDocumentor\Reflection\TypeResolver;
20 20
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21
-use phpDocumentor\Reflection\Utils;
22 21
 use Webmozart\Assert\Assert;
23 22
 use function array_shift;
24 23
 use function array_unshift;
Please login to merge, or discard this patch.
src/DocBlock/Tags/TagWithVariableType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use phpDocumentor\Reflection\DocBlock\Description;
17 17
 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
18
-use phpDocumentor\Reflection\Type;
19 18
 use phpDocumentor\Reflection\TypeResolver;
20 19
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21 20
 use phpDocumentor\Reflection\Utils;
Please login to merge, or discard this patch.
src/DocBlock/Tags/Property.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Reflection\Type;
19 19
 use phpDocumentor\Reflection\TypeResolver;
20 20
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21
-use phpDocumentor\Reflection\Utils;
22 21
 use Webmozart\Assert\Assert;
23 22
 use function array_shift;
24 23
 use function array_unshift;
Please login to merge, or discard this patch.
src/DocBlock/Tags/PropertyRead.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Reflection\Type;
19 19
 use phpDocumentor\Reflection\TypeResolver;
20 20
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21
-use phpDocumentor\Reflection\Utils;
22 21
 use Webmozart\Assert\Assert;
23 22
 use function array_shift;
24 23
 use function array_unshift;
Please login to merge, or discard this patch.
src/DocBlock/Tags/PropertyWrite.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Reflection\Type;
19 19
 use phpDocumentor\Reflection\TypeResolver;
20 20
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21
-use phpDocumentor\Reflection\Utils;
22 21
 use Webmozart\Assert\Assert;
23 22
 use function array_shift;
24 23
 use function array_unshift;
Please login to merge, or discard this patch.
src/DocBlock/Tags/Var_.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use phpDocumentor\Reflection\Type;
19 19
 use phpDocumentor\Reflection\TypeResolver;
20 20
 use phpDocumentor\Reflection\Types\Context as TypeContext;
21
-use phpDocumentor\Reflection\Utils;
22 21
 use Webmozart\Assert\Assert;
23 22
 use function array_shift;
24 23
 use function array_unshift;
Please login to merge, or discard this patch.