Skip to content

Commit e622202

Browse files
authored
Merge pull request #56 from ukko/fix-invalid-tag
Fix invalid tag
2 parents 5d1c4d0 + 983b1ed commit e622202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3518,7 +3518,7 @@ public function bzPopMax($key1, $key2, $timeout)
35183518
* @return array Either an array with the key member and score of the higest or lowest element or an empty array
35193519
* if the timeout was reached without an element to pop.
35203520
*
3521-
* @see @bzPopMax
3521+
* @see bzPopMax
35223522
* @since >= 5.0
35233523
* @link https://redis.io/commands/bzpopmin
35243524
*/

0 commit comments

Comments
 (0)