mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
PrepareEncryptionTask: fix wrongly-specified nullability of serverPrivateKey
This commit is contained in:
parent
b4606a4cd0
commit
ff53ddd3ad
@ -36,8 +36,8 @@ class PrepareEncryptionTask extends AsyncTask{
|
||||
/** @var PrivateKeyInterface|null */
|
||||
private static $SERVER_PRIVATE_KEY = null;
|
||||
|
||||
/** @var PrivateKeyInterface|null */
|
||||
private $serverPrivateKey = null;
|
||||
/** @var PrivateKeyInterface */
|
||||
private $serverPrivateKey;
|
||||
|
||||
/** @var string|null */
|
||||
private $aesKey = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user