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;
     }
 }
PHP snippet to change

Is the result wrong?

Create an issue Create a Test
Config  rector.php
Rector version: d57daa - released at 2025-04-05 14:51