Skip to content

Commit 5af1485

Browse files
staabmsebastianbergmann
authored andcommitted
Turn ShutdownHandler->registered private
1 parent 9f7befb commit 5af1485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Runner/ShutdownHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
*/
1919
final class ShutdownHandler
2020
{
21-
public static bool $registered = false;
22-
private static string $message = '';
21+
private static bool $registered = false;
22+
private static string $message = '';
2323

2424
public static function setMessage(string $message): void
2525
{

0 commit comments

Comments
 (0)