1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-32888: Whitespace fixes (grr)

This commit is contained in:
Damyon Wiese 2013-12-02 15:14:26 +08:00
parent 7363aacb65
commit 2b267d31c8
2 changed files with 4 additions and 4 deletions
grade/report/grader
user

@ -561,7 +561,7 @@ class grade_report_grader extends grade_report {
* This consists of student names and icons, links to user reports and id numbers, as well
* as header cells for these columns. It also includes the fillers required for the
* categories displayed on the right side of the report.
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return array Array of html_table_row objects
*/
public function get_left_rows($displayaverages) {
@ -692,7 +692,7 @@ class grade_report_grader extends grade_report {
/**
* Builds and returns the rows that will make up the right part of the grader report
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return array Array of html_table_row objects
*/
public function get_right_rows($displayaverages) {
@ -1067,7 +1067,7 @@ class grade_report_grader extends grade_report {
* Depending on the style of report (fixedstudents vs traditional one-table),
* arranges the rows of data in one or two tables, and returns the output of
* these tables in HTML
* @param boolean $displayaverages whether to display average rows in the table
* @param boolean $displayaverages whether to display average rows in the table
* @return string HTML
*/
public function get_grade_table($displayaverages = false) {

@ -95,7 +95,7 @@ class core_user_renderer extends plugin_renderer_base {
* @param string $firstinitial the first initial of the firstname
* @param string $lastinitial the first initial of the lastname
* @param int $usercount the amount of users meeting the search criteria
* @param int $totalcount the amount of users of the set/subset being searched
* @param int $totalcount the amount of users of the set/subset being searched
* @param string $heading heading of the subset being searched, default is All Participants
* @return string html output
*/