From 2b267d31c8e6077c441d28f2d612d465ce5f7ec9 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 2 Dec 2013 15:14:26 +0800 Subject: [PATCH] MDL-32888: Whitespace fixes (grr) --- grade/report/grader/lib.php | 6 +++--- user/renderer.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/grade/report/grader/lib.php b/grade/report/grader/lib.php index 669ca44e398..a7131717e69 100644 --- a/grade/report/grader/lib.php +++ b/grade/report/grader/lib.php @@ -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) { diff --git a/user/renderer.php b/user/renderer.php index ed45f0f7acc..68acf6dcb87 100644 --- a/user/renderer.php +++ b/user/renderer.php @@ -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 */