wiki.techinc.nl/includes/session
Tim Starling 317b460500 Fix even more PHPStorm inspections (#3)
* Inappropriate @inheritDoc usage. Arguably all @inheritDoc is
  inappropriate but these are the ones PHPStorm flags as misleading
  due to the method not being inherited.
* Doc comment type does not match actual argument/return type.
* I replaced "@return void|never" with "@return void" since never means
  never, it doesn't make sense for it to be conditional. If a method
  can return (even if that is unlikely) then @return contains the type
  that it returns. "@return never" means that there is no such type
  because the method never returns.
* Incomplete/partial/broken doc tags

Change-Id: Ide86bd6d2b44387f37d234c2b059d6fbc42ec962
2023-03-25 00:30:15 +00:00
..
Hook Drop more unused hard deprecated hooks 2022-12-01 03:36:48 +01:00
BotPasswordSessionProvider.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
CookieSessionProvider.php Drop more unused hard deprecated hooks 2022-12-01 03:36:48 +01:00
CsrfTokenSet.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
CsrfTokenSetProvider.php
ImmutableSessionProviderWithCookie.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
MetadataMergeException.php
PHPSessionHandler.php session: Use wfTimestampNow() in PHPSessionHandler::gc for now 2022-10-05 19:44:44 +00:00
Session.php Make it possible to override the session in REST API tests 2023-02-06 18:56:51 +01:00
SessionBackend.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
SessionId.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
SessionInfo.php
SessionManager.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
SessionManagerInterface.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
SessionOverflowException.php
SessionProvider.php tests: Replace deprecated User::idFromName 2022-12-23 14:18:20 +00:00
SessionProviderInterface.php
Token.php
UserInfo.php