Skip to content

Commit 6223f09

Browse files
committed
Remove trailing comment from idleThreshold property
1 parent c77e44c commit 6223f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventLoop/Handlers/ActivityHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
final class ActivityHandler
66
{
77
private float $lastActivity = 0.0;
8-
private int $idleThreshold = 5; // seconds
8+
private int $idleThreshold = 5;
99
private int $activityCounter = 0;
1010
private float $avgActivityInterval = 0.0;
1111

0 commit comments

Comments
 (0)