Merge pull request #423 from phpDocumentor/remove-outdated-test

Remove outdated test
This commit is contained in:
Jaap van Otterdijk
2025-11-27 20:49:31 +01:00
committed by GitHub
-4
View File
@@ -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"];
}