mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Remove outdated test
We support collections of self now.
This commit is contained in:
@@ -179,10 +179,6 @@ DOCBLOCK;
|
||||
|
||||
public static function invalidFormatsProvider(): \Generator
|
||||
{
|
||||
yield from [
|
||||
'invalid collection' => ['self<Tvalue>'],
|
||||
];
|
||||
|
||||
foreach (['<', '{', '('] as $badChar) {
|
||||
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user