wiki.techinc.nl/includes/libs/filebackend
Thiemo Kreuz 2ba01c7ee7 Remove some more comments that literally repeat the code
… including PHPDoc tags like `@return <type> $variableName`.
A return value doesn't have a variable name. I can see that
some people do this intentionally, repeating the variable
name that was used in the final `return $var;` at the end
of a method. This can indeed be helpful. I leave a lot of
these untouched and removed them only when it's obviously
wrong, or does not provide any additional information in
addition to what the code already says.

Change-Id: Ia18cd9f25ef658b08ad25b97a744897e2a8deffc
2021-06-18 21:23:56 +00:00
..
exception Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
fileiteration Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
filejournal build: Updating mediawiki/mediawiki-phan-config to 0.10.5 2020-12-12 14:42:25 +01:00
fileop Fix more libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 20:13:22 +00:00
fileophandle Replace "@stable for subclassing" with "@stable to extend" 2020-07-13 11:00:30 +02:00
fsfile Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
FileBackend.php build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
FileBackendMultiWrite.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
FileBackendStore.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
FileOpBatch.php includes: Use expression assignment operator += or |= where possible 2020-07-31 22:26:42 +00:00
FSFileBackend.php FileBackend: Do not use SOCKET_ENOENT on windows 2021-01-05 02:15:05 +01:00
HTTPFileStreamer.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MemoryFileBackend.php
SwiftFileBackend.php Allow x-delete-at and x-delete-after expiry headers 2021-04-26 17:41:30 +02:00