Add phpdoc

This commit is contained in:
nupplaPhil
2019-12-10 00:50:05 +01:00
parent 555513e4b4
commit cad7e534a4
4 changed files with 9 additions and 6 deletions

View File

@@ -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 */