mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 19:33:16 +02:00
Fixed a phpDoc param type
This commit is contained in:
parent
ad6a8f6911
commit
130ae6196d
@ -507,7 +507,7 @@ class workshop {
|
||||
/**
|
||||
* Returns instance of submissions allocator
|
||||
*
|
||||
* @param stdClass $method The name of the allocation method, must be PARAM_ALPHA
|
||||
* @param string $method The name of the allocation method, must be PARAM_ALPHA
|
||||
* @return stdClass Instance of submissions allocator
|
||||
*/
|
||||
public function allocator_instance($method) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user