Skip to content

Commit

Permalink
PHP CS Fixer: clean up repo and adjust config
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and nicolas-grekas committed Jan 3, 2018
1 parent cbec781 commit 6ee886f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Session/Storage/Handler/LegacyPdoSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class LegacyPdoSessionHandler implements \SessionHandlerInterface
private $timeCol;

/**
* Construct new legacy PDO session handler.
*
* List of available options:
* * db_table: The name of the table [required]
* * db_id_col: The column where to store the session id [default: sess_id]
Expand Down
2 changes: 2 additions & 0 deletions Session/Storage/Handler/MemcacheSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class MemcacheSessionHandler implements \SessionHandlerInterface
private $prefix;

/**
* Constructor.
*
* List of available options:
* * prefix: The prefix to use for the memcache keys in order to avoid collision
* * expiretime: The time to live in seconds
Expand Down
2 changes: 2 additions & 0 deletions Session/Storage/Handler/MemcachedSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class MemcachedSessionHandler implements \SessionHandlerInterface
private $prefix;

/**
* Constructor.
*
* List of available options:
* * prefix: The prefix to use for the memcached keys in order to avoid collision
* * expiretime: The time to live in seconds
Expand Down
2 changes: 2 additions & 0 deletions Session/Storage/Handler/MongoDbSessionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class MongoDbSessionHandler implements \SessionHandlerInterface
private $options;

/**
* Constructor.
*
* List of available options:
* * database: The name of the database [required]
* * collection: The name of the collection [required]
Expand Down

0 comments on commit 6ee886f

Please sign in to comment.