Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Psr6Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ private function isBinaryFileResponseContentDigest($digest)
}

/**
* Increases a counter every time an item is stored to the cache and then
* Increases a counter every time a write action is performed and then
* prunes expired cache entries if a configurable threshold is reached.
* This only happens during write operations so cache retrieval is not
* slowed down.
Expand Down