From: David Mudrak Date: Mon, 4 Jan 2010 18:14:12 +0000 (+0000) Subject: Fixed a phpDoc param type X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=130ae6196d875a99c4f2d280d6fec37e1a62b848;p=moodle.git Fixed a phpDoc param type --- diff --git a/mod/workshop/locallib.php b/mod/workshop/locallib.php index 48511a7baa..9adbf25292 100644 --- a/mod/workshop/locallib.php +++ b/mod/workshop/locallib.php @@ -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) {