From d291b097978c04f8e88897c4dfa85c159c6fc08b Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Mon, 27 Feb 2017 07:11:08 -0500 Subject: [PATCH] CRM-20145 fix code style issues --- CRM/Contribute/BAO/Contribution/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/BAO/Contribution/Utils.php b/CRM/Contribute/BAO/Contribution/Utils.php index 6d4cca734c..6633d2fe43 100644 --- a/CRM/Contribute/BAO/Contribution/Utils.php +++ b/CRM/Contribute/BAO/Contribution/Utils.php @@ -487,7 +487,7 @@ LIMIT 1 * * @param float $amount * Monetary amount - * @param integer $decimals + * @param int $decimals * How many decimal places to round to and return * * @return float -- 2.25.1