X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBadge.php;h=4600ff95d00e4fd588fb2cd643bf94c4ba00fa98;hb=5ec753e358cd1692934daa7f5bd99384097fdf8c;hp=b485fe28720b4ebd22147e128782bbf8f44209b2;hpb=01f7363f74d44b4ff35161c02d7975b7993a2863;p=civicrm-core.git diff --git a/CRM/Event/Badge.php b/CRM/Event/Badge.php index b485fe2872..4600ff95d0 100644 --- a/CRM/Event/Badge.php +++ b/CRM/Event/Badge.php @@ -32,7 +32,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2019 + * @copyright CiviCRM LLC https://civicrm.org/licensing * $Id$ * */ @@ -43,6 +43,7 @@ * */ class CRM_Event_Badge { + /** */ public function __construct() { @@ -148,14 +149,14 @@ class CRM_Event_Badge { $y = $this->pdf->GetY(); if ($this->debug) { $this->pdf->Rect($x, $y, $this->pdf->width, $this->pdf->height, 'D', [ - 'all' => [ - 'width' => 1, - 'cap' => 'round', - 'join' => 'round', - 'dash' => '2,10', - 'color' => [255, 0, 0], - ], - ]); + 'all' => [ + 'width' => 1, + 'cap' => 'round', + 'join' => 'round', + 'dash' => '2,10', + 'color' => [255, 0, 0], + ], + ]); } $img = $this->getImageFileName($this->event->id, $img); if ($img) {