Navigation Menu

Skip to content

Commit

Permalink
MDL-27675 mod_feedback: Fixed up white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jun 20, 2012
1 parent d2448b8 commit 5f17311
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions mod/feedback/item/feedback_item_class.php
Expand Up @@ -98,7 +98,7 @@ abstract public function get_printval($item, $value);
*/
abstract public function get_analysed($item, $groupid = false, $courseid = false);

/**
/**
* print the item at the edit-page of feedback
*
* @global object
Expand All @@ -107,7 +107,7 @@ abstract public function get_analysed($item, $groupid = false, $courseid = false
*/
abstract public function print_item_preview($item);

/**
/**
* print the item at the complete-page of feedback
*
* @global object
Expand All @@ -118,7 +118,7 @@ abstract public function print_item_preview($item);
*/
abstract public function print_item_complete($item, $value = '', $highlightrequire = false);

/**
/**
* print the item at the complete-page of feedback
*
* @global object
Expand All @@ -128,7 +128,7 @@ abstract public function print_item_complete($item, $value = '', $highlightrequi
*/
abstract public function print_item_show_value($item, $value = '');

/**
/**
* cleans the userinput while submitting the form
*
* @param mixed $value
Expand Down
8 changes: 4 additions & 4 deletions mod/feedback/item/numeric/lib.php
Expand Up @@ -220,7 +220,7 @@ public function excelprint_item(&$worksheet, $row_offset,
return $row_offset;
}

/**
/**
* print the item at the edit-page of feedback
*
* @global object
Expand Down Expand Up @@ -296,7 +296,7 @@ public function print_item_preview($item) {
echo '</div>';
}

/**
/**
* print the item at the complete-page of feedback
*
* @global object
Expand Down Expand Up @@ -370,7 +370,7 @@ public function print_item_complete($item, $value = '', $highlightrequire = fals
echo '</div>';
}

/**
/**
* print the item at the complete-page of feedback
*
* @global object
Expand Down Expand Up @@ -534,7 +534,7 @@ public function get_hasvalue() {
public function can_switch_require() {
return true;
}

public function value_type() {
return PARAM_FLOAT;
}
Expand Down
2 changes: 1 addition & 1 deletion mod/feedback/lib.php
Expand Up @@ -2058,7 +2058,7 @@ function feedback_get_page_to_continue($feedbackid, $courseid = false, $guestid
//functions to handle the values
////////////////////////////////////////////////

/**
/**
* cleans the userinput while submitting the form.
*
* @param mixed $value
Expand Down

0 comments on commit 5f17311

Please sign in to comment.