mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix fns
This commit is contained in:
parent
d7ae4656e7
commit
186260bd4b
@ -7,6 +7,12 @@ use Psalm\Internal\Analyzer\StatementsAnalyzer;
|
||||
use Psalm\Context;
|
||||
use Psalm\Type;
|
||||
use function strtolower;
|
||||
use function substr;
|
||||
use function array_reverse;
|
||||
use function array_shift;
|
||||
use function in_array;
|
||||
use function count;
|
||||
use function array_map;
|
||||
|
||||
class MatchAnalyzer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user