From 7da854bfae5195e952b8fd1340fcde538e125143 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Sat, 27 Mar 2021 17:32:00 +0000 Subject: [PATCH] Add checkstyle comma after last item in multiline array. --- CRM/Price/BAO/PriceField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/BAO/PriceField.php b/CRM/Price/BAO/PriceField.php index c3099a2da4..7ec7366ad9 100644 --- a/CRM/Price/BAO/PriceField.php +++ b/CRM/Price/BAO/PriceField.php @@ -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', ]; } } -- 2.25.1