Skip to content

Commit b6cc293

Browse files
committed
Provide parameter types for Redis.zUnion
1 parent 0decda0 commit b6cc293

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Redis.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,10 +3388,10 @@ public function zUnionStore($output, $zSetKeys, array $weights = null, $aggregat
33883388
* @see zUnionStore
33893389
* @deprecated use Redis::zUnionStore()
33903390
*
3391-
* @param $Output
3392-
* @param $ZSetKeys
3391+
* @param string $Output
3392+
* @param array $ZSetKeys
33933393
* @param array|null $Weights
3394-
* @param string $aggregateFunction
3394+
* @param string $aggregateFunction
33953395
*/
33963396
public function zUnion($Output, $ZSetKeys, array $Weights = null, $aggregateFunction = 'SUM')
33973397
{

0 commit comments

Comments
 (0)