fixed a few spelling problems and standardised stdClass

This commit is contained in:
Petr Skoda 2010-09-18 14:18:39 +00:00
parent 1c5765dd7a
commit 5924db724d
28 changed files with 151 additions and 151 deletions

View file

@ -55,7 +55,7 @@ interface workshop_allocator {
*
* If a form is part of the UI, the caller should have called $PAGE->set_url(...)
*
* @param stdclass $wsoutput workshop module renderer can be used
* @param stdClass $wsoutput workshop module renderer can be used
* @return string HTML code to be echoed
*/
public function ui();

View file

@ -33,7 +33,7 @@ class workshopallocation_manual_renderer extends plugin_renderer_base {
/**
* Display the table of all current allocations and widgets to modify them
*
* @param stdclass $data to be displayed - see the top of the function for the list of needed properties
* @param stdClass $data to be displayed - see the top of the function for the list of needed properties
* @return string html code
*/
public function display_allocations(stdclass $data) {

View file

@ -370,7 +370,7 @@ class workshop_random_allocator implements workshop_allocator {
* @param array $authors structure of grouped authors
* @param resource $reviewers structure of grouped reviewers
* @param array $assessments currently assigned assessments to be kept
* @param mixed $numofreviews number of reviewes to be allocated to each circle
* @param mixed $numofreviews number of reviews to be allocated to each circle
* @param mixed $numper what user type the circles represent
* @param array $o reference to an array of log messages
* @return array array of (reviewerid => authorid) pairs