diff --git a/setup/res/index.php.txt b/setup/res/index.php.txt index 66c7cf885b20..4007d898a363 100644 --- a/setup/res/index.php.txt +++ b/setup/res/index.php.txt @@ -68,8 +68,7 @@ function standaloneErrorHandler( int $errno, string $errstr, ?string $errfile, - ?int $errline, - ?array $errcontext) { + ?int $errline) { static $handlingError = FALSE; if ($handlingError) { throw new \RuntimeException("Died: error was thrown during error handling");