We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96b4f5 commit 4fd8afcCopy full SHA for 4fd8afc
src/SPC/exception/ExceptionHandler.php
@@ -35,7 +35,7 @@ class ExceptionHandler
35
private static ?BuilderBase $builder = null;
36
37
/** @var array<string, mixed> Build PHP extra info binding */
38
- private static array $bind_build_php_extra_info = [];
+ private static array $build_php_extra_info = [];
39
40
public static function handleSPCException(SPCException $e): void
41
{
0 commit comments