We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90a04bc + 84265c8 commit 4663249Copy full SHA for 4663249
1 file changed
tests/integration/TypedTagsTest.php
@@ -179,10 +179,6 @@ public static function typeProvider(): array
179
180
public static function invalidFormatsProvider(): \Generator
181
{
182
- yield from [
183
- 'invalid collection' => ['self<Tvalue>'],
184
- ];
185
-
186
foreach (['<', '{', '('] as $badChar) {
187
yield "invalid format open $badChar" => ["array$badChar\\fooo"];
188
}
0 commit comments