From 3ecad08a13166dd31e8d5f3bdd9a009f6ef0b236 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Mon, 31 Aug 2015 12:42:32 -0700 Subject: [PATCH] style fixes --- CRM/Contact/Form/Edit/CustomData.php | 2 +- CRM/Core/Payment/GoogleIPN.php | 24 ++++++++++++------------ CRM/Core/Payment/PayflowPro.php | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CRM/Contact/Form/Edit/CustomData.php b/CRM/Contact/Form/Edit/CustomData.php index d6b0309458..03005de06a 100644 --- a/CRM/Contact/Form/Edit/CustomData.php +++ b/CRM/Contact/Form/Edit/CustomData.php @@ -32,7 +32,7 @@ */ /** - *Form helper class for an Demographics object. + * Form helper class for an Demographics object. */ class CRM_Contact_Form_Edit_CustomData { diff --git a/CRM/Core/Payment/GoogleIPN.php b/CRM/Core/Payment/GoogleIPN.php index b3832b5b2c..ec61179aee 100644 --- a/CRM/Core/Payment/GoogleIPN.php +++ b/CRM/Core/Payment/GoogleIPN.php @@ -20,18 +20,18 @@ * Response handler code. * * This will be invoked every time a notification or request is sent by the Google Server. - * - * To allow this code to receive responses, the url for this file - * must be set on the seller page under Settings->Integration as the - * "API Callback URL' - * Order processing commands can be sent automatically by placing these - * commands appropriately - * - * To use this code for merchant-calculated feedback, this url must be - * set also as the merchant-calculations-url when the cart is posted - * Depending on your calculations for shipping, taxes, coupons and gift - * certificates update parts of the code as required. - */ + * + * To allow this code to receive responses, the url for this file + * must be set on the seller page under Settings->Integration as the + * "API Callback URL' + * Order processing commands can be sent automatically by placing these + * commands appropriately + * + * To use this code for merchant-calculated feedback, this url must be + * set also as the merchant-calculations-url when the cart is posted + * Depending on your calculations for shipping, taxes, coupons and gift + * certificates update parts of the code as required. + */ define('GOOGLE_DEBUG_PP', 0); diff --git a/CRM/Core/Payment/PayflowPro.php b/CRM/Core/Payment/PayflowPro.php index a28a840ee9..ee5a2bddc4 100644 --- a/CRM/Core/Payment/PayflowPro.php +++ b/CRM/Core/Payment/PayflowPro.php @@ -25,7 +25,7 @@ class CRM_Core_Payment_PayflowPro extends CRM_Core_Payment { */ static private $_singleton = NULL; - /* + /** * Constructor * * @param string $mode -- 2.25.1