wiki.techinc.nl/tests/phpunit/includes/upload
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
..
UploadBaseTest.php Add missing @param and @return to documentation in tests 2021-01-22 19:57:25 +01:00
UploadFromUrlTest.php Fix tests assume badaccess-groups message in singular form 2020-10-30 17:20:54 +01:00
UploadStashTest.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00