diff --git a/lib/classes/log/manager.php b/lib/classes/log/manager.php index b6f39133c12..9d72c66c777 100644 --- a/lib/classes/log/manager.php +++ b/lib/classes/log/manager.php @@ -32,7 +32,7 @@ defined('MOODLE_INTERNAL') || die(); * This is intended for reports, use get_log_manager() to get * the configured instance. * - * @package core\log + * @package core */ interface manager { /** diff --git a/report/participation/locallib.php b/report/participation/locallib.php index f69526750fd..df20fc9ad8d 100644 --- a/report/participation/locallib.php +++ b/report/participation/locallib.php @@ -17,7 +17,7 @@ /** * This file contains functions used by the participation reports * - * @package Report_participation + * @package report_participation * @copyright 2014 Rajesh Taneja * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -231,4 +231,4 @@ function report_participation_print_filter_form($course, $timefrom, $minlog, $ac echo ''."\n"; echo html_writer::select($actionoptions,'action',$action,false); echo ''."\n\n"; -} \ No newline at end of file +}