1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
orklah 2022-12-28 23:33:28 +01:00
parent a8fd349e07
commit a290729087

View File

@ -2657,6 +2657,7 @@ class FunctionCallTest extends TestCase
takesArrayShapeWithZeroOrPositiveInt(["bar" => $mayBeInt]);
',
'error_message' => 'InvalidArgument',
],
];
}