Skip to content

Commit 9978a56

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

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
@@ -171,7 +171,7 @@ public static function bindBuilder(?BuilderBase $bind_builder): void
171171

172172
public static function bindBuildPhpExtraInfo(array $build_php_extra_info): void
173173
{
174-
self::$bind_build_php_extra_info = $bind_build_php_extra_info;
174+
self::$build_php_extra_info = $build_php_extra_info;
175175
}
176176

177177
private static function logError($message, int $indent_space = 0, bool $output_log = true): void

0 commit comments

Comments
 (0)