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

@ -3,8 +3,6 @@
namespace Friendica\Core\Session;
/**
* Native Session functions for internal Session usage.
*
* Usable for backend processes (daemon/worker) and testing
*/
final class MemorySession implements ISession