<?php strtoupper(string $string): string
<?php protected function getLogLevel(string $logLevelString): int { $logLevel = Logger::getLevels()[strtoupper($logLevelString)] ?? null; if (! $logLevel) { throw InvalidConfig::invalidLogLevel($logLevelString);