mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
Add phpdoc
This commit is contained in:
parent
555513e4b4
commit
cad7e534a4
4 changed files with 9 additions and 6 deletions
|
@ -18,6 +18,9 @@ use Friendica\Model\User\Cookie;
|
|||
use Friendica\Util\Profiler;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Factory for creating a valid Session for this run
|
||||
*/
|
||||
class SessionFactory
|
||||
{
|
||||
/** @var string The plain, PHP internal session management */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue