From 14adc9b491ee2cea48a1aac716487dbe7da08207 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 29 Sep 2019 16:04:32 -0400 Subject: [PATCH] Fix phpcs --- .../Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php index 532cd5df3..6e858bbf5 100644 --- a/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php +++ b/src/Psalm/Internal/Analyzer/Statements/Expression/Call/FunctionCallAnalyzer.php @@ -32,6 +32,7 @@ use Psalm\Type\Atomic\TString; use Psalm\Type\Algebra; use Psalm\Type\Reconciler; use function count; +use function in_array; use function reset; use function implode; use function strtolower;