From d3a5be13ea6be294625445596f248bb56bec276f Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:29:54 +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 f98fc341..19efbadd 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -169,7 +169,7 @@ class ExceptionHandler self::$bind_builder = $bind_builder; } - public static function setBindBuildPhpExtraInfo(array $bind_build_php_extra_info): void + public static function bindBuildPhpExtraInfo(array $build_php_extra_info): void { self::$bind_build_php_extra_info = $bind_build_php_extra_info; }