normalize($configSemester); } return 'Fall'; } private function normalize(string $value): string { return ucfirst(strtolower($value)); } }