@@ -226,7 +226,7 @@ public static function onSignal($signo, callable $callback, $data = null)
226
226
*
227
227
* @return void
228
228
*
229
- * @throws InvalidWatcherException Thrown if the watcher identifier is invalid.
229
+ * @throws InvalidWatcherException Thrown if the watcher identifier is invalid or cancelled .
230
230
*/
231
231
public static function enable ($ watcherId )
232
232
{
@@ -240,7 +240,7 @@ public static function enable($watcherId)
240
240
*
241
241
* @return void
242
242
*
243
- * @throws InvalidWatcherException Thrown if the watcher identifier is invalid.
243
+ * @throws InvalidWatcherException Thrown if the watcher identifier is invalid or cancelled .
244
244
*/
245
245
public static function disable ($ watcherId )
246
246
{
@@ -254,7 +254,7 @@ public static function disable($watcherId)
254
254
*
255
255
* @return void
256
256
*
257
- * @throws InvalidWatcherException Thrown if the watcher identifier is invalid.
257
+ * @throws InvalidWatcherException Thrown if the watcher identifier is invalid or cancelled .
258
258
*/
259
259
public static function cancel ($ watcherId )
260
260
{
@@ -271,7 +271,7 @@ public static function cancel($watcherId)
271
271
*
272
272
* @return void
273
273
*
274
- * @throws InvalidWatcherException Thrown if the watcher identifier is invalid.
274
+ * @throws InvalidWatcherException Thrown if the watcher identifier is invalid or cancelled .
275
275
*/
276
276
public static function reference ($ watcherId )
277
277
{
@@ -288,7 +288,7 @@ public static function reference($watcherId)
288
288
*
289
289
* @return void
290
290
*
291
- * @throws InvalidWatcherException Thrown if the watcher identifier is invalid.
291
+ * @throws InvalidWatcherException Thrown if the watcher identifier is invalid or cancelled .
292
292
*/
293
293
public static function unreference ($ watcherId )
294
294
{
0 commit comments