Skip to content

Commit 1830e69

Browse files
Fixed PHPDoc to account for changes from v0.5.0
1 parent 2c5cf20 commit 1830e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DaemonInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface DaemonInterface
4242
/**
4343
* Run the daemon.
4444
*
45-
* This is a blocking method that does not return.
45+
* This process may return if, for example, a SIGINT is received.
4646
*
4747
* @throws \Exception On fatal error
4848
*/

0 commit comments

Comments
 (0)