Merge pull request #22463 from eileenmcnaughton/label
[civicrm-core.git] / CRM / Event / Badge / NameTent.php
index 4c1809a03fbce804a65a78c4e3d092128c4ff6ac..6acb99d2e2905994dd755aaa16e7409b8dbe4c5d 100644 (file)
@@ -56,7 +56,7 @@ class CRM_Event_Badge_NameTent extends CRM_Event_Badge {
   }
 
   /**
-   * @param $participant
+   * @param array $participant
    */
   protected function writeOneSide(&$participant) {
     $this->pdf->SetXY(0, $this->pdf->height / 2);
@@ -71,7 +71,7 @@ class CRM_Event_Badge_NameTent extends CRM_Event_Badge {
   }
 
   /**
-   * @param $participant
+   * @param array $participant
    */
   public function generateLabel($participant) {
     $this->writeOneSide($participant);