From 8fb3563600c813545d9630909a7bb4d2321df09e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 21 Jul 2015 10:36:49 +1200 Subject: [PATCH] phpcs --- CRM/Price/BAO/PriceSet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Price/BAO/PriceSet.php b/CRM/Price/BAO/PriceSet.php index 3d563f77bd..368afcb884 100644 --- a/CRM/Price/BAO/PriceSet.php +++ b/CRM/Price/BAO/PriceSet.php @@ -1388,9 +1388,9 @@ WHERE ps.id = %1 * @param int $id * * @return array( - * Membership types in the price set + * Membership types in the price set */ - static function getMembershipTypesFromPriceSet($id) { + public static function getMembershipTypesFromPriceSet($id) { $query = "SELECT pfv.id, pfv.price_field_id, pfv.name, pfv.membership_type_id, pf.html_type, mt.auto_renew FROM civicrm_price_field_value pfv -- 2.25.1