Add phpdoc

This commit is contained in:
nupplaPhil 2019-12-10 00:50:05 +01:00
parent 555513e4b4
commit cad7e534a4
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
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 */