(NFC) update CRM/Contribute to be the new coder standard
[civicrm-core.git] / CRM / Contribute / Form / Task / SearchTaskHookSample.php
index ce9e319b8481ec848fc41bf01f13cc3d70d85252..6c84b5315d193be9ba4d804f3951d14da3490d91 100644 (file)
@@ -75,13 +75,12 @@ INNER JOIN civicrm_contact ct ON ( co.contact_id = ct.id )
    */
   public function buildQuickForm() {
     $this->addButtons([
-        [
-          'type' => 'done',
-          'name' => ts('Done'),
-          'isDefault' => TRUE,
-        ],
-      ]
-    );
+      [
+        'type' => 'done',
+        'name' => ts('Done'),
+        'isDefault' => TRUE,
+      ],
+    ]);
   }
 
 }