Fix class variable comment

This commit is contained in:
Joshua Ramon Enslin 2020-11-30 19:19:44 +01:00
parent 558ed729dc
commit 57da808a6a
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -13,7 +13,7 @@ final class MD_STD_CACHE {
/** @var string */
public static string $redis_host = '127.0.0.1';
/** @var string */
/** @var integer */
public static int $redis_port = 6379;
/**