wiki.techinc.nl/includes/session
Daimona Eaytoy d9ebc49147 Typehint SessionManager::getGlobalSession and RequestContext::getMain
These methods use a static property to cache the return value, and
although they're guaranteed to return an object (as per documentation,
current code, and current usage), some static analysis tool may fail to
understand this.

Change-Id: I4317e1bb11e9793de721356a579a7677137e52cc
2020-10-22 19:37:23 +02:00
..
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
BotPasswordSessionProvider.php
CookieSessionProvider.php Support SameSite=None cookies 2020-07-07 02:18:45 +01:00
ImmutableSessionProviderWithCookie.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
MetadataMergeException.php Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
PHPSessionHandler.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
Session.php Fix typos related to repeated words 2020-09-27 10:25:36 +00:00
SessionBackend.php Deduplicate SessionBackend::logPersistenceChange calls 2020-10-08 10:48:42 -07:00
SessionId.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionInfo.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionManager.php Typehint SessionManager::getGlobalSession and RequestContext::getMain 2020-10-22 19:37:23 +02:00
SessionManagerInterface.php
SessionOverflowException.php
SessionProvider.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
SessionProviderInterface.php
Token.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:36:36 +01:00
UserInfo.php