Skip to content

Commit

Permalink
MDL-31859 - fix more trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Sep 26, 2012
1 parent d0068cd commit 21d3bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enrol/externallib.php
Expand Up @@ -78,7 +78,7 @@ public static function get_enrolled_users_with_capability_parameters() {

/**
* Return users that have the capabilities for each course specified. For each course and capability specified,
* a list of the users that are enrolled in the course and have that capability are returned.
* a list of the users that are enrolled in the course and have that capability are returned.
*
* @param array $coursecapabilities array of course ids and associated capability names {courseid, {capabilities}}
* @return array An array of arrays describing users for each associated courseid and capability
Expand Down
2 changes: 1 addition & 1 deletion enrol/tests/externallib_test.php
Expand Up @@ -113,7 +113,7 @@ public function test_get_users_courses() {
$this->assertEquals(2, count($enrolledincourses));
}

/**
/**
* Test get_enrolled_users_with_capability
*/
public function test_get_enrolled_users_with_capability () {
Expand Down

0 comments on commit 21d3bfb

Please sign in to comment.