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-01-31 21:51:31 +01:00
parent a598efb4ab
commit 5a19d42dab

View File

@ -800,6 +800,7 @@ class ClosureTest extends TestCase
],
'unknownFirstClassCallable' => [
'<?php
/** @psalm-suppress UndefinedFunction */
unknown(...);',
],
];