MDL-48334 tool_messageinbound: cleanup @package @category
authorSam Hemelryk <sam@moodle.com>
Fri, 21 Nov 2014 21:44:41 +0000 (10:44 +1300)
committerSam Hemelryk <sam@moodle.com>
Fri, 21 Nov 2014 22:02:40 +0000 (11:02 +1300)
admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php
admin/tool/messageinbound/classes/task/cleanup_task.php
admin/tool/messageinbound/classes/task/pickup_task.php
admin/tool/messageinbound/db/messageinbound_handlers.php
admin/tool/messageinbound/db/messages.php

index 7ff3a69..dfc8a7f 100644 (file)
@@ -18,7 +18,8 @@
  * A Handler to re-process messages which previously failed sender
  * verification.
  *
- * @package    task_messageinbound
+ * @package    tool_messageinbound
+ * @category   message
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
@@ -37,7 +38,6 @@ require_once($CFG->dirroot . '/repository/lib.php');
  * the verification hash used had expired, or if some erroneous content was
  * introduced into the content hash.
  *
- * @package    task
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
index e507597..e8b1c7a 100644 (file)
@@ -18,6 +18,7 @@
  * A scheduled task to handle cleanup of old, unconfirmed e-mails.
  *
  * @package    tool_messageinbound
+ * @category   task
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
index d10fb8c..1342b6f 100644 (file)
@@ -18,6 +18,7 @@
  * A scheduled task to handle Inbound Message e-mail pickup.
  *
  * @package    tool_messageinbound
+ * @category   task
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
index 50cb34a..1ec8ed2 100644 (file)
@@ -17,8 +17,7 @@
 /**
  * Handlers for tool_messageinbound.
  *
- * @package    task
- * @category   tool_messageinbound
+ * @package    tool_messageinbound
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
index c425c48..38d35ca 100644 (file)
@@ -17,8 +17,7 @@
 /**
  * Message Providers for task_messageinbound.
  *
- * @package    task
- * @category   messageinbound
+ * @package    tool_messageinbound
  * @copyright  2014 Andrew Nicols
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */