Run Rector on your code to see what it can do for you:
{ public function run(bool $param): bool { - return (bool) ($this->config['allow_404'] ?? false); + return $this->config['allow_404'] ?? false; } }
Applied Rules:
Is the result wrong?
rector.php