mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
cs-fix
This commit is contained in:
parent
ba4d54e214
commit
6889f95fed
@ -628,7 +628,6 @@ final class NativeLexerTest extends TestCase
|
|||||||
'type' => ShapedArrayType::class,
|
'type' => ShapedArrayType::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
yield 'Strict shaped array' => [
|
yield 'Strict shaped array' => [
|
||||||
'raw' => 'strict-array{foo: string}',
|
'raw' => 'strict-array{foo: string}',
|
||||||
'transformed' => 'array{foo: string}',
|
'transformed' => 'array{foo: string}',
|
||||||
|
Loading…
Reference in New Issue
Block a user