1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Add slashes

This commit is contained in:
Brown 2020-03-26 14:43:48 -04:00
parent f88c7c1ec5
commit 75432536f7

View File

@ -24,6 +24,8 @@ use Psalm\Progress\Progress;
use function strpos;
use function substr;
use function usort;
use function array_diff_key;
use function array_values;
/**
* @psalm-type TaggedCodeType = array<int, array{0: int, 1: string}>