8000
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 7539325 commit fb540bbCopy full SHA for fb540bb
src/Symfony/Component/RateLimiter/Storage/CacheStorage.php
@@ -52,6 +52,6 @@ public function fetch(string $limiterStateId): ?LimiterStateInterface
52
53
public function delete(string $limiterStateId): void
54
{
55
- $this->pool->deleteItem($limiterStateId);
+ $this->pool->deleteItem(sha1($limiterStateId));
56
}
57
0 commit comments