wiki.techinc.nl/includes/session
daniel db4ac19f7e Replace @protected tag
This patch replaces all usages of @protected in core.
The @protected tag was removed in cases where it was redundant or
contradictory. It has been replaced by @internal where usage outside of
core is not desired, and with @note for cases where use by extensions
is desired, but should be limited.

Bug: T247862
Change-Id: I5da208e5cb4504dde4113afb3a44922fd01325a3
2020-06-26 14:31:16 +02:00
..
Hook
BotPasswordSessionProvider.php
CookieSessionProvider.php Hooks::run() call site migration 2020-05-30 14:23:28 +00:00
ImmutableSessionProviderWithCookie.php
MetadataMergeException.php
PHPSessionHandler.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
Session.php Replace @protected tag 2020-06-26 14:31:16 +02:00
SessionBackend.php Replace @protected tag 2020-06-26 14:31:16 +02:00
SessionId.php Use @internal instead of @private per policy 2020-06-26 14:14:23 +02:00
SessionInfo.php
SessionManager.php Replace @protected tag 2020-06-26 14:31:16 +02:00
SessionManagerInterface.php
SessionOverflowException.php
SessionProvider.php Replace @protected tag 2020-06-26 14:31:16 +02:00
SessionProviderInterface.php
Token.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:36:36 +01:00
UserInfo.php