moodle/repository/dropbox
Eloy Lafuente (stronk7) 4f7631113c
MDL-81522 phpunit: Add missing void return type to all tests #2
This commit includes more changes, all them also adding the :void
return type to unit tests missing them.

The difference is that all these changes, while also detected
perfectly by the moodle.PHPUnit.TestReturnType sniff, were not
auto-fixed (like the previous commit ones), because all them
do include some "return" statement and, for safety, we don't
fix them.

All the cases have been visually inspected and confirmed that
the existing "return" statements always belong to anon
functions within the test body and not the test own return statement.
2024-06-11 11:55:08 +02:00
..
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
db MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
lang/en MDL-71734 lang: final removal of deprecated 400 strings. 2024-03-21 09:44:15 +00:00
pix NOBUG: Fixed SVG browser compatibility 2018-10-05 10:29:00 +08:00
tests MDL-81522 phpunit: Add missing void return type to all tests #2 2024-06-11 11:55:08 +02:00
lib.php MDL-78884 files: Deprecate size parameter for icons 2023-08-23 07:30:16 +02:00
thumbnail.php MDL-78884 theme: Update references to $icon.png 2023-08-23 07:33:58 +02:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00