Merge pull request #15815 from artfulrobot/issue-1108-fix-unsubscribe
[civicrm-core.git] / CRM / Event / Badge.php
index b485fe28720b4ebd22147e128782bbf8f44209b2..4600ff95d00e4fd588fb2cd643bf94c4ba00fa98 100644 (file)
@@ -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) {