8000 minor #38579 Fix: Typo (OskarStark) · symfony/symfony@b3a1851 · GitHub
[go: up one dir, main page]

Skip to content

Commit b3a1851

Browse files
committed
minor #38579 Fix: Typo (OskarStark)
This PR was merged into the 5.x branch. Discussion ---------- Fix: Typo | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | no Commits ------- db392d2 Fix: Typo
2 parents 19a3205 + db392d2 commit b3a1851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/RateLimiter/SlidingWindow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function createFromPreviousWindow(self $window, int $intervalInSec
7676
public function __sleep(): array
7777
{
7878
// $cached is not serialized, it should only be set
79-
// upon first creation of the Window.
79+
// upon first creation of the window.
8080
return ['id', 'hitCount', 'intervalInSeconds', 'hitCountForLastWindow', 'windowEndAt'];
8181
}
8282

0 commit comments

Comments
 (0)
0