We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a3205 commit db392d2Copy full SHA for db392d2
src/Symfony/Component/RateLimiter/SlidingWindow.php
@@ -76,7 +76,7 @@ public static function createFromPreviousWindow(self $window, int $intervalInSec
76
public function __sleep(): array
77
{
78
// $cached is not serialized, it should only be set
79
- // upon first creation of the Window.
+ // upon first creation of the window.
80
return ['id', 'hitCount', 'intervalInSeconds', 'hitCountForLastWindow', 'windowEndAt'];
81
}
82
0 commit comments