From 4fd8afcee4f6e1aa391c2578f35b6f141651d343 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Mon, 11 Aug 2025 13:30:10 +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 b81712d0..3856509e 100644 --- a/src/SPC/exception/ExceptionHandler.php +++ b/src/SPC/exception/ExceptionHandler.php @@ -35,7 +35,7 @@ class ExceptionHandler private static ?BuilderBase $builder = null; /** @var array Build PHP extra info binding */ - private static array $bind_build_php_extra_info = []; + private static array $build_php_extra_info = []; public static function handleSPCException(SPCException $e): void {