Fix class variable comment

This commit is contained in:
2020-11-30 19:19:44 +01:00
parent 558ed729dc
commit 57da808a6a

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;
/**