Skip to content

Commit

Permalink
dont allow fallback functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Dec 31, 2021
1 parent f8f8f6b commit e3116e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/LanguageServer/Server/TextDocument.php
Expand Up @@ -28,6 +28,7 @@
use UnexpectedValueException;

use function array_combine;
use function array_values;
use function count;
use function error_log;
use function preg_match;
Expand Down

0 comments on commit e3116e0

Please sign in to comment.