1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
This commit is contained in:
Brown 2020-08-30 18:29:28 -04:00 committed by Daniil Gentili
parent d7ae4656e7
commit 186260bd4b
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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
{