mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57: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
|
public static function invalidFormatsProvider(): \Generator
|
||||||
{
|
{
|
||||||
yield from [
|
|
||||||
'invalid collection' => ['self<Tvalue>'],
|
|
||||||
];
|
|
||||||
|
|
||||||
foreach (['<', '{', '('] as $badChar) {
|
foreach (['<', '{', '('] as $badChar) {
|
||||||
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
|
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user