This commit is contained in:
Daniil Gentili 2022-11-05 14:45:16 +01:00 committed by Romain Canon
parent ba4d54e214
commit 6889f95fed

View File

@ -628,7 +628,6 @@ final class NativeLexerTest extends TestCase
'type' => ShapedArrayType::class,
];
yield 'Strict shaped array' => [
'raw' => 'strict-array{foo: string}',
'transformed' => 'array{foo: string}',