Skip to content

Commit d117644

Browse files
committed
Fix CS
1 parent 249b5d7 commit d117644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Types/GenericType.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use phpDocumentor\Reflection\Fqsen;
1717
use phpDocumentor\Reflection\Type;
1818

19+
use function implode;
20+
1921
/**
2022
* Value Object representing a type with generics.
2123
*

tests/unit/Types/GenericTypeTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use phpDocumentor\Reflection\Fqsen;
88
use phpDocumentor\Reflection\PseudoTypes\List_;
9-
use phpDocumentor\Reflection\Types\Object_;
109
use PHPUnit\Framework\TestCase;
1110

1211
/**
@@ -28,7 +27,6 @@ public function testCreate(): void
2827
$this->assertSame($types, $type->getTypes());
2928
}
3029

31-
3230
/**
3331
* @dataProvider provideToStringData
3432
* @covers ::__toString

0 commit comments

Comments
 (0)