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

Add trim() in global use

This commit is contained in:
mu3ic 2023-12-14 09:54:32 +03:00
parent 2ce340782e
commit c8748dc5c9

View File

@ -51,6 +51,7 @@ use function strlen;
use function strpos;
use function strtolower;
use function substr;
use function trim;
/**
* @internal