Add checkstyle comma after last item in multiline array.
authorMikey O'Toole <mikey@mjco.uk>
Sat, 27 Mar 2021 17:32:00 +0000 (17:32 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 17:32:00 +0000 (17:32 +0000)
CRM/Price/BAO/PriceField.php

index c3099a2da4374d6e239d2d67372a4da5c3edbb5a..7ec7366ad94a42ac521a975cbebe818af07d78a4 100644 (file)
@@ -330,7 +330,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
             $qf->assign('priceset', $elementName);
             $extra = [
               'onclick' => 'useAmountOther();',
-              'autocomplete' => 'off'
+              'autocomplete' => 'off',
             ];
           }
         }