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 99f3aec commit 3948053Copy full SHA for 3948053
src/DaemonInterface.php
@@ -51,6 +51,8 @@ public function run();
51
/**
52
* Flag the daemon for shutting down. This will stop it from accepting
53
* requests.
54
+ *
55
+ * @param string|null Optional message.
56
*/
- public function flagShutdown();
57
+ public function flagShutdown($message = null);
58
}
0 commit comments