We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249b5d7 commit d117644Copy full SHA for d117644
src/Types/GenericType.php
@@ -16,6 +16,8 @@
16
use phpDocumentor\Reflection\Fqsen;
17
use phpDocumentor\Reflection\Type;
18
19
+use function implode;
20
+
21
/**
22
* Value Object representing a type with generics.
23
*
tests/unit/Types/GenericTypeTest.php
@@ -6,7 +6,6 @@
6
7
8
use phpDocumentor\Reflection\PseudoTypes\List_;
9
-use phpDocumentor\Reflection\Types\Object_;
10
use PHPUnit\Framework\TestCase;
11
12
@@ -28,7 +27,6 @@ public function testCreate(): void
28
27
$this->assertSame($types, $type->getTypes());
29
}
30
31
-
32
33
* @dataProvider provideToStringData
34
* @covers ::__toString
0 commit comments