1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-29 20:28:59 +01:00
This commit is contained in:
Daniil Gentili 2022-12-02 22:10:03 +01:00
parent a154d962f0
commit 4e10f16310
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@ use function count;
use function explode;
use function get_class;
use function min;
use function strlen;
use function strpos;
use function strtolower;

View File

@ -69,6 +69,7 @@ use function preg_match;
use function preg_quote;
use function str_replace;
use function str_split;
use function strlen;
use function strpos;
use function strtolower;
use function substr;