From 9978a56b1e9a7da169509f07bf546244fb187f42 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:29:59 +0800 Subject: [PATCH] Update src/SPC/exception/ExceptionHandler.php Co-authored-by: Marc --- src/SPC/exception/ExceptionHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/exception/ExceptionHandler.php b/src/SPC/exception/ExceptionHandler.php index 19efbadd..1a35b59f 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -171,7 +171,7 @@ class ExceptionHandler public static function bindBuildPhpExtraInfo(array $build_php_extra_info): void { - self::$bind_build_php_extra_info = $bind_build_php_extra_info; + self::$build_php_extra_info = $build_php_extra_info; } private static function logError($message, int $indent_space = 0, bool $output_log = true): void