Fixed PHP-CS-Fixer not import global constants. (#5449)

This commit is contained in:
Rush2929
2022-12-13 02:12:33 +09:00
committed by GitHub
parent 74613b9b09
commit 31465525e3
13 changed files with 27 additions and 0 deletions

View File

@ -34,6 +34,7 @@ use function openssl_digest;
use function openssl_error_string;
use function openssl_pkey_derive;
use function str_pad;
use const STR_PAD_LEFT;
final class EncryptionUtils{

View File

@ -52,6 +52,7 @@ use function mt_rand;
use function random_bytes;
use function rtrim;
use function substr;
use const PHP_INT_MAX;
class RakLibInterface implements ServerEventListener, AdvancedNetworkInterface{
/**