mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-77959 moodlenet: void return type style fixes in test.
This commit is contained in:
parent
5338fc591e
commit
a8da761f8b
@ -136,9 +136,8 @@ class activity_sender_test extends \advanced_testcase {
|
||||
* Test get_resource_description method.
|
||||
*
|
||||
* @covers ::get_resource_description
|
||||
* @return void
|
||||
*/
|
||||
public function test_get_resource_description() {
|
||||
public function test_get_resource_description(): void {
|
||||
global $USER;
|
||||
$this->setAdminUser();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user