wiki.techinc.nl/includes/session
Thiemo Kreuz 1fc8d79ac6 Remove documentation that literally repeats the code
For example, documenting the method getUser() with "get the User
object" does not add any information that's not already there.
But I have to read the text first to understand that it doesn't
document anything that's not already obvious from the code.

Some of this is from a time when we had a PHPCS sniff that was
complaining when a line like `@param User $user` doesn't end
with some descriptive text. Some users started adding text like
`@param User $user The User` back then. Let's please remove
this.

Change-Id: I0ea8d051bc732466c73940de9259f87ffb86ce7a
2020-10-27 19:20:26 +00:00
..
Hook Merge "Document hook names in hook interfaces." 2020-10-02 16:15:21 +00:00
BotPasswordSessionProvider.php Fix new phan errors, part 7 2019-10-21 22:10:20 +00:00
CookieSessionProvider.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00: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 Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionBackend.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +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 Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionManagerInterface.php
SessionOverflowException.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
SessionProvider.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
SessionProviderInterface.php Allow SessionProviderInterface to say if it is safe against CSRF 2020-03-11 10:39:54 -05:00
Token.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:36:36 +01:00
UserInfo.php