Fix: Typo

This commit is contained in:
Oskar Stark 2020-10-15 10:06:30 +02:00 committed by GitHub
parent 19a320513a
commit db392d2441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ final class SlidingWindow implements LimiterStateInterface
public function __sleep(): array
{
// $cached is not serialized, it should only be set
// upon first creation of the Window.
// upon first creation of the window.
return ['id', 'hitCount', 'intervalInSeconds', 'hitCountForLastWindow', 'windowEndAt'];
}