From 21d3bfb39aeb40223bfd8b688189d2b251a2075a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 26 Sep 2012 14:44:42 +0800 Subject: [PATCH] MDL-31859 - fix more trailing whitespace --- enrol/externallib.php | 2 +- enrol/tests/externallib_test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/enrol/externallib.php b/enrol/externallib.php index a316f577e7365..a4ceb049b7c6d 100644 --- a/enrol/externallib.php +++ b/enrol/externallib.php @@ -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 diff --git a/enrol/tests/externallib_test.php b/enrol/tests/externallib_test.php index 4fd30e68e1fd5..a588be55d0af9 100644 --- a/enrol/tests/externallib_test.php +++ b/enrol/tests/externallib_test.php @@ -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 () {