mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Modernize property type declarations
This commit is contained in:
@ -34,8 +34,7 @@ use function substr;
|
||||
class EncryptionContext{
|
||||
private const CHECKSUM_ALGO = "sha256";
|
||||
|
||||
/** @var bool */
|
||||
public static $ENABLED = true;
|
||||
public static bool $ENABLED = true;
|
||||
|
||||
private string $key;
|
||||
|
||||
|
Reference in New Issue
Block a user