Merge pull request #15258 from seamuslee001/5_17_2_version_bump
[civicrm-core.git] / CRM / Event / Badge.php
index b485fe28720b4ebd22147e128782bbf8f44209b2..953c61b5fdb837832daca95a39c8fa1b816cdcad 100644 (file)
@@ -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) {