We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe672 commit 9088e3fCopy full SHA for 9088e3f
Session/Storage/Handler/RedisSessionHandler.php
@@ -34,8 +34,7 @@ class RedisSessionHandler extends AbstractSessionHandler
34
* List of available options:
35
* * prefix: The prefix to use for the keys in order to avoid collision on the Redis server.
36
*
37
- * @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy $redis
38
- * @param array $options An associative array of options
+ * @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy|RedisClusterProxy $redis
39
40
* @throws \InvalidArgumentException When unsupported client or options are passed
41
*/
0 commit comments