Clean up imports

This commit is contained in:
Dylan K. Taylor
2020-12-12 19:48:00 +00:00
parent f81d061ea9
commit 5f4ef84d52
3 changed files with 5 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ use function str_replace;
use function stream_get_contents;
use function strlen;
use function strpos;
use function uasort;
use function uksort;
use function unlink;
use const DIRECTORY_SEPARATOR;
use const LOCK_EX;