null, IConfig::T_STR => '', IConfig::T_INT => 0, IConfig::T_BOOL => false, IConfig::T_ARR => [], ]; public static function default(string $type) { return self::DEFAULTS[$type] ?? null; } }