HippoPHP\Hippo\Config\Config::normalizeKey PHP Method

normalizeKey() private method

private normalizeKey ( string $key ) : string
$key string
return string
    private function normalizeKey($key)
    {
        return trim(str_replace('_', '', strtolower($key)));
    }