Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f28abf

Browse filesBrowse files
committed
minor #47893 s/gargage/garbage (PhilETaylor)
This PR was merged into the 4.4 branch. Discussion ---------- s/gargage/garbage | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT Simple typo of `garbage` Commits ------- 5dd1c15 s/gargage/garbage
2 parents fb9f06e + 5dd1c15 commit 0f28abf
Copy full SHA for 0f28abf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ protected function doInvalidate(array $tagIds): bool
204204
// and removes the linked items. When the set is still not empty after
205205
// the scan, it means we're in cluster mode and that the linked items
206206
// are on other nodes: we move the links to a temporary set and we
207-
// gargage collect that set from the client side.
207+
// garbage collect that set from the client side.
208208

209209
$lua = <<<'EOLUA'
210210
redis.replicate_commands()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.