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

@ -33,7 +33,10 @@ use function socket_last_error;
use function socket_recvfrom;
use function socket_select;
use function socket_sendto;
use function socket_set_nonblock;
use function socket_strerror;
use function strlen;
use function time;
use function trim;
use const AF_INET;
use const PHP_INT_MAX;