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:
parent
2ce340782e
commit
c8748dc5c9
@ -51,6 +51,7 @@ use function strlen;
|
||||
use function strpos;
|
||||
use function strtolower;
|
||||
use function substr;
|
||||
use function trim;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
Loading…
Reference in New Issue
Block a user