Update src/SPC/exception/ExceptionHandler.php

Co-authored-by: Marc <m@pyc.ac>
This commit is contained in:
Jerry Ma 2025-08-11 13:30:10 +08:00 committed by GitHub
parent e96b4f5541
commit 4fd8afcee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ class ExceptionHandler
private static ?BuilderBase $builder = null;
/** @var array<string, mixed> 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
{