[HttpFoundation] fix docblock

This commit is contained in:
Nicolas Grekas 2019-11-16 16:17:02 +01:00
parent 476042d0fb
commit 4d9b6f1bbd
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ class RedisSessionHandler extends AbstractSessionHandler
* List of available options:
* * prefix: The prefix to use for the keys in order to avoid collision on the Redis server.
*
* @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy $redis
* @param array $options An associative array of options
* @param \Redis|\RedisArray|\RedisCluster|\Predis\ClientInterface|RedisProxy|RedisClusterProxy $redis
*
* @throws \InvalidArgumentException When unsupported client or options are passed
*/