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 ce8dc4d commit 0a545f3Copy full SHA for 0a545f3
src/Runner/ShutdownHandler.php
@@ -39,6 +39,7 @@ private static function register(): void
39
return;
40
}
41
42
+ self::$registered = true;
43
register_shutdown_function(static function (): void
44
{
45
print self::$message;
0 commit comments