From: Brian Shaughnessy Date: Mon, 27 Feb 2017 11:42:34 +0000 (-0500) Subject: CRM-20145 fix code style issues X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd2bbd234b63382cfcb3f7c76e719744c77eb418;p=civicrm-core.git CRM-20145 fix code style issues --- diff --git a/CRM/Contribute/BAO/Contribution/Utils.php b/CRM/Contribute/BAO/Contribution/Utils.php index 715b2d248a..6d4cca734c 100644 --- a/CRM/Contribute/BAO/Contribution/Utils.php +++ b/CRM/Contribute/BAO/Contribution/Utils.php @@ -481,7 +481,7 @@ LIMIT 1 return $taxAmount; } - /* + /** * Format monetary amount: round and return to desired decimal place * CRM-20145 *