Skip to content

Commit 9088e3f

Browse files
[HttpFoundation] fix docblock
1 parent cabe672 commit 9088e3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Session/Storage/Handler/RedisSessionHandler.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ class RedisSessionHandler extends AbstractSessionHandler
3434
* List of available options:
3535
* * prefix: The prefix to use for the keys in order to avoid collision on the Redis server.
3636
*
37-
* @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy $redis
38-
* @param array $options An associative array of options
37+
* @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy|RedisClusterProxy $redis
3938
*
4039
* @throws \InvalidArgumentException When unsupported client or options are passed
4140
*/

0 commit comments

Comments
 (0)