From 1c17e19a5cb9d5943c02fe8cedc228467f6e1ca2 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 8 May 2014 08:14:10 +1200 Subject: [PATCH] MDL-45457 phpdoc: fixed up a couple of @package typos --- lib/classes/log/manager.php | 2 +- report/participation/locallib.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +}