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 a73c097 commit 5ba0de1Copy full SHA for 5ba0de1
src/SPC/exception/ExceptionHandler.php
@@ -164,7 +164,7 @@ public static function handleDefaultException(\Throwable $e): void
164
self::logError('⚠ Please report this exception to: https://github.com/crazywhalecc/static-php-cli/issues');
165
}
166
167
- public static function setBindBuilder(?BuilderBase $bind_builder): void
+ public static function bindBuilder(?BuilderBase $bind_builder): void
168
{
169
self::$bind_builder = $bind_builder;
170
0 commit comments