MDL-45457 phpdoc: fixed up a couple of @package typos
authorSam Hemelryk <sam@moodle.com>
Wed, 7 May 2014 20:14:10 +0000 (08:14 +1200)
committerSam Hemelryk <sam@moodle.com>
Wed, 7 May 2014 20:14:10 +0000 (08:14 +1200)
lib/classes/log/manager.php
report/participation/locallib.php

index b6f3913..9d72c66 100644 (file)
@@ -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 {
     /**
index f695267..df20fc9 100644 (file)
@@ -17,7 +17,7 @@
 /**
  * This file contains functions used by the participation reports
  *
- * @package   Report_participation
+ * @package   report_participation
  * @copyright 2014 Rajesh Taneja <rajesh@moodle.com>
  * @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 '<label for="menuaction">'.get_string('showactions').'</label>'."\n";
     echo html_writer::select($actionoptions,'action',$action,false);
     echo '<input type="submit" value="'.get_string('go').'" />'."\n</div></form>\n";
-}
\ No newline at end of file
+}