Merge pull request #3341 from systopia/CRM-14740
[civicrm-core.git] / CRM / Mailing / MailStore / Mbox.php
index 1bb4f750c163a2a4557d104d6889bec8e814a483..3ad2e2cf8f7ff1a10d6b8cc07bac1655e5d7ceeb 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 
 require_once 'ezc/Base/src/ezc_bootstrap.php';
 require_once 'ezc/autoload/mail_autoload.php';
+
+/**
+ * Class CRM_Mailing_MailStore_Mbox
+ */
 class CRM_Mailing_MailStore_Mbox extends CRM_Mailing_MailStore {
 
   /**
    * Connect to and lock the supplied file and make sure the two mail dirs exist
    *
-   * @param string $file  mbox to operate upon
+   * @param string $file mbox to operate upon
    *
-   * @return void
+   * @return \CRM_Mailing_MailStore_Mbox
    */
   function __construct($file) {
     $this->_transport = new ezcMailMboxTransport($file);