master: imports cleanup

it was easier to make an empty merge and re-run php-cs-fixer afterwards.
This commit is contained in:
Dylan K. Taylor
2019-12-11 23:23:03 +00:00
parent 62f9991e17
commit 4651bcf8c3
16 changed files with 25 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ use function file_get_contents;
use function function_exists;
use function hexdec;
use function memory_get_usage;
use function posix_kill;
use function preg_match;
use function proc_close;
use function proc_open;

View File

@@ -71,6 +71,7 @@ use function str_split;
use function stripos;
use function strlen;
use function strpos;
use function strtr;
use function substr;
use function sys_get_temp_dir;
use function trim;