Skip to content

Commit aede3ab

Browse files
committed
Fix CS
1 parent d7bad3f commit aede3ab

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/unit/CollectionResolverTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public function testResolvingArrayCollectionWithKey(): void
119119
* @uses \phpDocumentor\Reflection\Types\Context
120120
* @uses \phpDocumentor\Reflection\Types\Compound
121121
* @uses \phpDocumentor\Reflection\Types\String_
122-
123122
*/
124123
public function testResolvingArrayCollectionWithKeyAndWhitespace(): void
125124
{

tests/unit/TypeResolverTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class TypeResolverTest extends TestCase
9494
*
9595
* @param class-string $expectedClass
9696
*
97-
*
9897
* @dataProvider provideKeywords
9998
*/
10099
public function testResolvingKeywords(string $keyword, string $expectedClass): void
@@ -112,7 +111,6 @@ public function testResolvingKeywords(string $keyword, string $expectedClass): v
112111
* @uses \phpDocumentor\Reflection\Fqsen
113112
* @uses \phpDocumentor\Reflection\FqsenResolver
114113
*
115-
*
116114
* @dataProvider provideFqcn
117115
*/
118116
public function testResolvingFQSENs(string $fqsen): void

0 commit comments

Comments
 (0)