Fixed a phpDoc param type

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

View File

@ -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) {