Merge pull request #15326 from totten/master-headfoot-2
[civicrm-core.git] / CRM / Event / Badge / Logo5395.php
index 460b465c7042bd550c9a1fecef0eaedb0ba4f660..2343909174f5327c4943670b9287183231cae274 100644 (file)
@@ -4,6 +4,7 @@
  * Class CRM_Event_Badge_Logo5395
  */
 class CRM_Event_Badge_Logo5395 extends CRM_Event_Badge {
+
   /**
    */
   public function __construct() {
@@ -40,12 +41,12 @@ class CRM_Event_Badge_Logo5395 extends CRM_Event_Badge {
     $y = $this->pdf->GetY();
     $this->printBackground(TRUE);
     $this->pdf->SetLineStyle([
-        'width' => 0.1,
-        'cap' => 'round',
-        'join' => 'round',
-        'dash' => '2,2',
-        'color' => [0, 0, 200],
-      ]);
+      'width' => 0.1,
+      'cap' => 'round',
+      'join' => 'round',
+      'dash' => '2,2',
+      'color' => [0, 0, 200],
+    ]);
 
     $this->pdf->SetFontSize(9);
     $this->pdf->MultiCell($this->pdf->width - $this->lMarginLogo, 0, $participant['event_title'], $this->border, "L", 0, 1, $x + $this->lMarginLogo, $y);