Merge pull request #9605 from ErichBSchulz/patch-4
[civicrm-core.git] / CRM / Mailing / MailStore / Imap.php
index b69bf36131326192ce236c74df6fb4627a65304f..dc918f1d6df77f2d285ebd21735e9ac8c2e33749 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
+ * @copyright CiviCRM LLC (c) 2004-2017
  */
 
-require_once 'ezc/Base/src/ezc_bootstrap.php';
-require_once 'ezc/autoload/mail_autoload.php';
-
 /**
  * Class CRM_Mailing_MailStore_Imap
  */
@@ -103,8 +98,6 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
    *
    * @param int $nr
    *   Number of the message to move.
-   *
-   * @return void
    */
   public function markIgnored($nr) {
     if ($this->_debug) {
@@ -120,8 +113,6 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
    *
    * @param int $nr
    *   Number of the message to move.
-   *
-   * @return void
    */
   public function markProcessed($nr) {
     if ($this->_debug) {