File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -287,11 +287,9 @@ public static function setErrorHandler(callable $callback = null)
287
287
* "on_readable" => ["enabled" => int, "disabled" => int],
288
288
* "on_writable" => ["enabled" => int, "disabled" => int],
289
289
* "on_signal" => ["enabled" => int, "disabled" => int],
290
- * "keep_alive " => int,
290
+ * "watchers " => ["referenced" => int, "unreferenced" => int] ,
291
291
* ];
292
292
*
293
- * keep_alive refers to the number of referenced watchers.
294
- *
295
293
* Implementations MAY optionally add more information in the array but
296
294
* at minimum the above key => value format MUST always be provided.
297
295
*
Original file line number Diff line number Diff line change @@ -157,11 +157,9 @@ public function setErrorHandler(callable $callback = null);
157
157
* "on_readable" => ["enabled" => int, "disabled" => int],
158
158
* "on_writable" => ["enabled" => int, "disabled" => int],
159
159
* "on_signal" => ["enabled" => int, "disabled" => int],
160
- * "keep_alive " => int,
160
+ * "watchers " => ["referenced" => int, "unreferenced" => int] ,
161
161
* ];
162
162
*
163
- * keep_alive refers to the number of referenced watchers.
164
- *
165
163
* Implementations MAY optionally add more information in the array but
166
164
* at minimum the above key => value format MUST always be provided.
167
165
*
You can’t perform that action at this time.
0 commit comments