master-specific @var annotations

This commit is contained in:
Dylan K. Taylor
2020-01-09 17:50:01 +00:00
parent cda1143a79
commit aba71762e9
14 changed files with 27 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class NetworkCipher{
private const ENCRYPTION_SCHEME = "AES-256-CFB8";
private const CHECKSUM_ALGO = "sha256";
/** @var bool */
public static $ENABLED = true;
/** @var string */