moodle/user
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
..
amd MDL-78885 comboboxsearch: Points from review 2024-03-22 05:50:06 +11:00
classes Merge branch 'MDL-81525-main' of https://github.com/andrewnicols/moodle 2024-04-17 23:42:22 +08:00
filters MDL-74435 user: Trim whitespace from user search fields 2022-09-08 09:12:09 +08:00
profile MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
selector Merge branch 'MDL-65292' of https://github.com/stronk7/moodle 2024-03-08 08:00:41 +08:00
templates MDL-78885 comboboxsearch: Points from review 2024-03-22 05:50:06 +11:00
tests MDL-81522 phpunit: Add missing void return type to all tests #2 2024-06-11 11:55:08 +02:00
action_redir.php MDL-75802 user: Exclude current user from bulk unenrol operation 2023-08-23 22:05:19 +00:00
calendar.php
contactsitesupport.php MDL-74643 core_user: New admin setting for site support availability 2022-10-31 18:58:06 +08:00
contentbank.php
defaulthomepage.php MDL-73233 user: Review Start page user preferences 2022-03-16 11:22:22 +01:00
edit.php MDL-73964 core: Update support site/email usage to use supportemail 2022-11-23 11:44:19 +08:00
edit_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
editadvanced.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
editadvanced_form.php MDL-78427 core_theme: Add theme usage report and icon 2024-02-02 11:16:46 +11:00
editlib.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
editor.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
editor_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
emailupdate.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
externallib.php MDL-81132 mod_forum: Perforance improvements for app 2024-03-08 10:08:19 +01:00
files.php MDL-74151 core_user: Add heading in the private files page 2022-03-10 23:38:00 +08:00
forum.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
forum_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
grouppix.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
index.php MDL-75670 theme: Refactor form-inline helper class dropped in BS5 2024-02-29 13:56:46 +01:00
language.php
language_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
lib.php MDL-81525 core_communication: Correct hook name tense 2024-04-15 13:05:09 +08:00
managetoken.php MDL-78637 webservice: display token info after user performs reset. 2023-07-03 14:26:38 +01:00
pix.php
policy.php
portfolio.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
portfoliologs.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
preferences.php MDL-72095 theme_boost: max width for activity pages 2021-12-08 17:29:49 +01:00
profile.php MDL-79370 user: set profile page URL earlier, avoid subsequent error. 2023-09-18 09:25:22 +01:00
profilesys.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
renderer.php MDL-76134 core: Provide a option to render initials bars smaller 2023-01-09 09:22:20 +08:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
view.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30