Add phpdoc
This commit is contained in:
parent
555513e4b4
commit
cad7e534a4
4 changed files with 9 additions and 6 deletions
|
@ -6,6 +6,9 @@ use Friendica\Core\Config\Configuration;
|
|||
use Friendica\App;
|
||||
use Friendica\Model\User\Cookie;
|
||||
|
||||
/**
|
||||
* The native Session class which uses the PHP internal Session function
|
||||
*/
|
||||
class NativeSession implements ISession
|
||||
{
|
||||
/** @var Cookie */
|
||||
|
@ -88,7 +91,5 @@ class NativeSession implements ISession
|
|||
{
|
||||
$this->cookie->clear();
|
||||
$_SESSION = [];
|
||||
session_unset();
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue