1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

dont allow fallback functions

This commit is contained in:
Andrew Nagy 2021-12-31 23:17:27 +00:00
parent f8f8f6bc41
commit e3116e0ab5

View File

@ -28,6 +28,7 @@ use Psalm\IssueBuffer;
use UnexpectedValueException;
use function array_combine;
use function array_values;
use function count;
use function error_log;
use function preg_match;