From e3116e0ab565cc152304f36e3cc025e7292e32ec Mon Sep 17 00:00:00 2001 From: Andrew Nagy Date: Fri, 31 Dec 2021 23:17:27 +0000 Subject: [PATCH] dont allow fallback functions --- src/Psalm/Internal/LanguageServer/Server/TextDocument.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Psalm/Internal/LanguageServer/Server/TextDocument.php b/src/Psalm/Internal/LanguageServer/Server/TextDocument.php index 24ef07fc3..2a1a82349 100644 --- a/src/Psalm/Internal/LanguageServer/Server/TextDocument.php +++ b/src/Psalm/Internal/LanguageServer/Server/TextDocument.php @@ -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;