Skip to content

Commit 3948053

Browse files
Updated daemon interface for flag shutdown message
1 parent 99f3aec commit 3948053

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DaemonInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public function run();
5151
/**
5252
* Flag the daemon for shutting down. This will stop it from accepting
5353
* requests.
54+
*
55+
* @param string|null Optional message.
5456
*/
55-
public function flagShutdown();
57+
public function flagShutdown($message = null);
5658
}

0 commit comments

Comments
 (0)