diff --git a/install.php b/install.php index dd02bd7ac9..f02fb27a38 100644 --- a/install.php +++ b/install.php @@ -48,7 +48,11 @@ class installLog const logFile = "e107Install.log"; - static function exceptionHandler(Exception $exception) + /** + * @param Throwable $exception + * @return void + */ + static function exceptionHandler($exception) { $message = $exception->getMessage(); self::add($message, "error");