From 04f2d13b4aed42859ea5e07601a6279da4b2425a Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Sat, 22 Nov 2014 10:44:41 +1300 Subject: [PATCH] MDL-48334 tool_messageinbound: cleanup @package @category --- .../classes/message/inbound/invalid_recipient_handler.php | 4 ++-- admin/tool/messageinbound/classes/task/cleanup_task.php | 1 + admin/tool/messageinbound/classes/task/pickup_task.php | 1 + admin/tool/messageinbound/db/messageinbound_handlers.php | 3 +-- admin/tool/messageinbound/db/messages.php | 3 +-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php b/admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php index 7ff3a690fda..dfc8a7f33ce 100644 --- a/admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php +++ b/admin/tool/messageinbound/classes/message/inbound/invalid_recipient_handler.php @@ -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 */ diff --git a/admin/tool/messageinbound/classes/task/cleanup_task.php b/admin/tool/messageinbound/classes/task/cleanup_task.php index e507597a6e3..e8b1c7a1978 100644 --- a/admin/tool/messageinbound/classes/task/cleanup_task.php +++ b/admin/tool/messageinbound/classes/task/cleanup_task.php @@ -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 */ diff --git a/admin/tool/messageinbound/classes/task/pickup_task.php b/admin/tool/messageinbound/classes/task/pickup_task.php index d10fb8c94a6..1342b6ff9a7 100644 --- a/admin/tool/messageinbound/classes/task/pickup_task.php +++ b/admin/tool/messageinbound/classes/task/pickup_task.php @@ -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 */ diff --git a/admin/tool/messageinbound/db/messageinbound_handlers.php b/admin/tool/messageinbound/db/messageinbound_handlers.php index 50cb34a3ed8..1ec8ed28cf4 100644 --- a/admin/tool/messageinbound/db/messageinbound_handlers.php +++ b/admin/tool/messageinbound/db/messageinbound_handlers.php @@ -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 */ diff --git a/admin/tool/messageinbound/db/messages.php b/admin/tool/messageinbound/db/messages.php index c425c4858b0..38d35caf085 100644 --- a/admin/tool/messageinbound/db/messages.php +++ b/admin/tool/messageinbound/db/messages.php @@ -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 */