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:04 +08:00 committed by GitHub
parent 9978a56b1e
commit e96b4f5541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ class ExceptionHandler
];
/** @var null|BuilderBase Builder binding */
private static ?BuilderBase $bind_builder = null;
private static ?BuilderBase $builder = null;
/** @var array<string, mixed> Build PHP extra info binding */
private static array $bind_build_php_extra_info = [];