Skip to content

Commit b8f0d52

Browse files
committed
Add note that disable must not invalidate
1 parent b7ed0af commit b8f0d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function onSignal($signo, callable $callback, $data = null);
111111
public function enable($watcherId);
112112

113113
/**
114-
* Disable a watcher.
114+
* Disable a watcher. Disabling a watcher MUST NOT invalidate the watcher.
115115
*
116116
* @param string $watcherId The watcher identifier.
117117
*

0 commit comments

Comments
 (0)