moodle/media/player
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
..
html5audio MDL-81522 phpunit: Add missing void return type to all tests #2 2024-06-11 11:55:08 +02:00
html5video MDL-81522 phpunit: Add missing void return type to all tests #2 2024-06-11 11:55:08 +02:00
videojs MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
vimeo MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
youtube MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00