From efb639cee56f2d4751d1c33f77984c1238c1e336 Mon Sep 17 00:00:00 2001 From: Johannes Burk Date: Thu, 26 May 2016 11:24:04 +0200 Subject: [PATCH] Fix indention --- lib.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib.php b/lib.php index f68076d..3bc16d2 100644 --- a/lib.php +++ b/lib.php @@ -151,13 +151,13 @@ class enrol_apply_plugin extends enrol_plugin { /** - * Sets up navigation entries. - * - * @param stdClass $instancesnode - * @param stdClass $instance - * @return void - */ - public function add_course_navigation($instancesnode, stdClass $instance) { + * Sets up navigation entries. + * + * @param stdClass $instancesnode + * @param stdClass $instance + * @return void + */ + public function add_course_navigation($instancesnode, stdClass $instance) { if ($instance->enrol !== 'apply') { throw new coding_exception('Invalid enrol instance type!'); }