Skip to content

Commit f8c34b2

Browse files
Synchronize RelayProxy::hset() signature
1 parent a8621e8 commit f8c34b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Traits/RelayProxy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ public function hsetnx($hash, $member, $value): \Relay\Relay|bool
824824
return $this->initializeLazyObject()->hsetnx(...\func_get_args());
825825
}
826826

827-
public function hset($key, $mem, $val, ...$kvals): \Relay\Relay|false|int
827+
public function hset($key, ...$key_and_vals): \Relay\Relay|false|int
828828
{
829829
return $this->initializeLazyObject()->hset(...\func_get_args());
830830
}

0 commit comments

Comments
 (0)