Since the last update my project failes with the following complain.
public static function handle(
int $severity,
string $message,
string $file = __FILE__,
int $line = __LINE__
): bool {
if (!(error_reporting() & $severity)) {
return false;
}
throw new \ErrorException($message, 0, $severity, $file, $line);
}
No error or at least an information what's wrong there, not an internal error of phpstan