diff --git a/tests/Functional/Type/Parser/Lexer/NativeLexerTest.php b/tests/Functional/Type/Parser/Lexer/NativeLexerTest.php index 2dd053f..220dc68 100644 --- a/tests/Functional/Type/Parser/Lexer/NativeLexerTest.php +++ b/tests/Functional/Type/Parser/Lexer/NativeLexerTest.php @@ -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}',