Merge pull request #6394 from colemanw/CRM-14599
[civicrm-core.git] / CRM / Event / Badge.php
index cb77e25ed0d873c85af4f196b368008d5bb28b34..6d35cab5fd1031a4300fc323ad850d55aa97129d 100644 (file)
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /*
-* Copyright (C) 2010 Tech To The People
-* Licensed to CiviCRM under the Academic Free License version 3.0.
-*
-*/
+ * Copyright (C) 2010 Tech To The People
+ * Licensed to CiviCRM under the Academic Free License version 3.0.
+ *
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -171,7 +171,7 @@ class CRM_Event_Badge {
   }
 
   /**
-   * This is supposed to be overrided
+   * This is supposed to be overrided.
    */
   public function generateLabel($participant) {
     $txt = "{$this->event['title']}
@@ -208,4 +208,5 @@ class CRM_Event_Badge {
     }
     $this->pdf->Output($this->event->title . '.pdf', 'D');
   }
+
 }