]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a phpDoc param type
authorDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:14:12 +0000 (18:14 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Mon, 4 Jan 2010 18:14:12 +0000 (18:14 +0000)
mod/workshop/locallib.php

index 48511a7baae890f46a9b8116319d18c445dae20a..9adbf25292d4a37bbde3573da9a2f219a2924b2b 100644 (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) {