wiki.techinc.nl/includes/session
Aryeh Gregor c435212260 Get rid of warnings on PHP 8.1
This is mostly about adding return types to methods that implement PHP
interfaces, and not passing null to core functions that want a string.
After this patch, and an update to return types in RemexHtml,
tests/phpunit/integration/ has no more errors than in PHP 8.0.

Bug: T289879
Bug: T289926
Change-Id: Ia424f5cc897070f4188ae126b5bf6a1f552db0e1
2022-06-13 04:42:20 -04:00
..
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
BotPasswordSessionProvider.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
CookieSessionProvider.php Avoid passing null to strcasecmp(), for PHP 8.1 2022-06-11 17:35:37 +08:00
CsrfTokenSet.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
CsrfTokenSetProvider.php Move CRSF token generation to CsrfTokenSet 2021-06-18 12:24:19 -07:00
ImmutableSessionProviderWithCookie.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
MetadataMergeException.php Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
PHPSessionHandler.php Get the MainConfig from MediaWikiServices instead of RequestContext 2022-05-24 21:54:21 +00:00
Session.php Get rid of warnings on PHP 8.1 2022-06-13 04:42:20 -04:00
SessionBackend.php Revert "Tombstone the old session on SessionBackend::resetId()" 2022-05-31 16:37:31 +00:00
SessionId.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionInfo.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00
SessionManager.php Revert "Tombstone the old session on SessionBackend::resetId()" 2022-05-31 16:37:31 +00:00
SessionManagerInterface.php
SessionOverflowException.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
SessionProvider.php Use MainConfigNames instead of string literals, #2 2022-04-13 18:55:46 +03:00
SessionProviderInterface.php Allow SessionProviderInterface to say if it is safe against CSRF 2020-03-11 10:39:54 -05:00
Token.php Explicit cast TS_UNIX to int for arithmetic operations and int args 2022-01-11 20:13:13 +01:00
UserInfo.php Use UserRigorOptions directly 2022-03-25 10:06:34 +11:00