Skip to content

Commit 6d6d80c

Browse files
committed
Fix CS
1 parent b5676cd commit 6d6d80c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/DocBlock/StandardTagFactory.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@
3535
use phpDocumentor\Reflection\DocBlock\Tags\Generic;
3636
use phpDocumentor\Reflection\DocBlock\Tags\InvalidTag;
3737
use phpDocumentor\Reflection\DocBlock\Tags\Link as LinkTag;
38-
use phpDocumentor\Reflection\DocBlock\Tags\Method;
3938
use phpDocumentor\Reflection\DocBlock\Tags\See as SeeTag;
4039
use phpDocumentor\Reflection\DocBlock\Tags\Since;
4140
use phpDocumentor\Reflection\DocBlock\Tags\Source;
42-
use phpDocumentor\Reflection\DocBlock\Tags\TemplateCovariant;
43-
use phpDocumentor\Reflection\DocBlock\Tags\Throws;
4441
use phpDocumentor\Reflection\DocBlock\Tags\Uses;
4542
use phpDocumentor\Reflection\DocBlock\Tags\Version;
4643
use phpDocumentor\Reflection\FqsenResolver;

tests/unit/DocBlock/StandardTagFactoryTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use phpDocumentor\Reflection\DocBlock\Tags\PropertyWrite;
3434
use phpDocumentor\Reflection\DocBlock\Tags\Return_;
3535
use phpDocumentor\Reflection\DocBlock\Tags\See;
36-
use phpDocumentor\Reflection\DocBlock\Tags\TagWithType;
3736
use phpDocumentor\Reflection\DocBlock\Tags\TemplateCovariant;
3837
use phpDocumentor\Reflection\DocBlock\Tags\Throws;
3938
use phpDocumentor\Reflection\DocBlock\Tags\Var_;
@@ -558,7 +557,7 @@ public function invalidTagProvider(): array
558557

559558
/**
560559
* @dataProvider provideCreateWithTagWithTypesData
561-
*
560+
*
562561
* @param class-string $expectedClass
563562
*/
564563
public function testCreateWithTagWithTypes(string $input, string $expectedClass): void

0 commit comments

Comments
 (0)