1
0
Fork 0

Add phpdoc

This commit is contained in:
Philipp Holzer 2019-12-10 00:50:05 +01:00
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

@ -2,8 +2,9 @@
namespace Friendica\Core\Session;
use Friendica\BaseObject;
/**
* Contains all global supported Session methods
*/
interface ISession
{
/**