Skip to content

Commit

Permalink
chore: fix inconsistent comment (#231)
Browse files Browse the repository at this point in the history
The previous PR for sorted set increment score contained a typo in a
docstring.
  • Loading branch information
malandis authored Oct 18, 2024
1 parent d5719a8 commit 91a18d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/CacheClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ public function sortedSetIncrementScoreAsync(string $cacheName, string $sortedSe
/**
* Increment the score of an element in a sorted set.
*
* @param string $cacheName Name of the cache in which to increment the key's value
* @param string $cacheName Name of the cache in which to increment the element's score
* @param string $sortedSetName The name of the sorted set in which to increment the element's score
* @param string $value The value to increment
* @param float $amount The amount by which to increment the score
Expand Down

0 comments on commit 91a18d8

Please sign in to comment.