Skip to content

Commit 4fd8afc

Browse files
Update src/SPC/exception/ExceptionHandler.php
Co-authored-by: Marc <[email protected]>
1 parent e96b4f5 commit 4fd8afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/exception/ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ExceptionHandler
3535
private static ?BuilderBase $builder = null;
3636

3737
/** @var array<string, mixed> Build PHP extra info binding */
38-
private static array $bind_build_php_extra_info = [];
38+
private static array $build_php_extra_info = [];
3939

4040
public static function handleSPCException(SPCException $e): void
4141
{

0 commit comments

Comments
 (0)