1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-08 01:05:48 +02:00

Fixed a phpDoc param type

This commit is contained in:
David Mudrak 2010-01-04 18:14:12 +00:00
parent ad6a8f6911
commit 130ae6196d

@ -507,7 +507,7 @@ class workshop {
/** /**
* Returns instance of submissions allocator * 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 * @return stdClass Instance of submissions allocator
*/ */
public function allocator_instance($method) { public function allocator_instance($method) {