Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
This commit is contained in:
Sam B
2020-12-06 09:22:28 +01:00
committed by Stephen Abello
parent 30d4835fbb
commit 7b5244b52d

View File

@@ -1496,7 +1496,7 @@ class Config
protected $m_aCharsets;
/**
* @var array Password hash algorithm to use.
* @var integer Password hash algorithm to use.
*/
protected $m_iPasswordHashAlgo;
@@ -2492,4 +2492,4 @@ class ConfigPlaceholdersResolver
IssueLog::Error($sErrorMessage, self::class, array($sSourceName, $sKey, $sDefault, $sWholeMask));
throw new ConfigException($sErrorMessage);
}
}
}