comment fixes
[civicrm-core.git] / CRM / Contact / Page / View / Vcard.php
index 3a4d7aa8e55d43a40caff4ed64dcd4b5ff3d4cd8..c7cad12c2ab8b238452d522cf54dbd6cca90b209 100644 (file)
  *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
- * $Id$
- *
  */
 
 require_once 'Contact/Vcard/Build.php';
 
 /**
- * vCard export class
- *
+ * vCard export class.
  */
 class CRM_Contact_Page_View_Vcard extends CRM_Contact_Page_View {
 
   /**
-   * Heart of the vCard data assignment process. The runner gets all the meta
-   * data for the contact and calls the writeVcard method to output the vCard
-   * to the user.
+   * Heart of the vCard data assignment process.
    *
-   * @return void
+   * The runner gets all the metadata for the contact and calls the writeVcard method to output the vCard
+   * to the user.
    */
   public function run() {
     $this->preProcess();