moodle/mnet
Eloy Lafuente (stronk7) 01148a0816
MDL-81522 phpunit: Add missing void return type to all tests
While this change is not 100% required now, it's good habit
and we are checking for it since Moodle 4.4.

All the changes in this commit have been applied automatically
using the moodle.PHPUnit.TestReturnType sniff and are, exclusively
adding the ": void" return types when missing.
2024-06-11 11:55:07 +02:00
..
classes/privacy MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
service/enrol MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
tests/event MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
xmlrpc MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
environment.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
lib.php Merge branch 'MDL-77840-master' of https://github.com/davewoloszyn/moodle 2023-05-16 09:46:05 +08:00
peer.php MDL-77341 mnet: Added missing class properties 2023-05-20 21:37:01 +07:00
publickey.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
remote_client.php