wiki.techinc.nl/includes/jobqueue/utils
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
..
BacklinkJobUtils.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
PurgeJobUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00