Merge pull request #5180 from monishdeb/master
[civicrm-core.git] / CRM / Event / Badge.php
index cb77e25ed0d873c85af4f196b368008d5bb28b34..4f70438792cef00cdb56297b44377c651bb8d0af 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.
+ *
+ */
 
 /**
  *
@@ -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');
   }
+
 }