Skip to content

Commit

Permalink
Fix default values as documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 25, 2018
1 parent 752da21 commit 5186584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Network/Session.php
Expand Up @@ -48,14 +48,14 @@ class Session
*
* @var bool
*/
protected $_started;
protected $_started = false;

/**
* The time in seconds the session will be valid for
*
* @var int
*/
protected $_lifetime;
protected $_lifetime = 0;

/**
* Whether this session is running under a CLI environment
Expand Down

0 comments on commit 5186584

Please sign in to comment.