Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed CS
  • Loading branch information
masterklavi committed Mar 19, 2016
commit 8f48a15eb7da0c83f97e1dc5e08c110e4f15a1b2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class RedisSessionHandler implements \SessionHandlerInterface
{
/**
* @var \Redis Redis driver.
* @var \Redis Redis driver.
*/
private $redis;

Expand All @@ -40,8 +40,8 @@ class RedisSessionHandler implements \SessionHandlerInterface
* * prefix: The prefix to use for the redis keys in order to avoid collision
* * expiretime: The time to live in seconds
*
* @param \Redis $redis A \Redis instance
* @param array $options An associative array options
* @param \Redis $redis A \Redis instance
* @param array $options An associative array options
*
* @throws \InvalidArgumentException When unsupported options are passed
*/
Expand Down