X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBadge%2FNameTent.php;h=6acb99d2e2905994dd755aaa16e7409b8dbe4c5d;hb=66bb837de123f375280374e31d980fb7b54fec93;hp=4c1809a03fbce804a65a78c4e3d092128c4ff6ac;hpb=2d82d5a2151b9e9ac865f223521836ea4d530566;p=civicrm-core.git diff --git a/CRM/Event/Badge/NameTent.php b/CRM/Event/Badge/NameTent.php index 4c1809a03f..6acb99d2e2 100644 --- a/CRM/Event/Badge/NameTent.php +++ b/CRM/Event/Badge/NameTent.php @@ -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);