From 69af118f21c384ab66fee25bb58a40b01ee4e554 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 7 Aug 2017 09:52:55 +0100 Subject: [PATCH] Change comments to tags so phpstorm picks up the deprecated functions --- CRM/Campaign/PseudoConstant.php | 9 ++++----- CRM/Contribute/PseudoConstant.php | 9 +++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CRM/Campaign/PseudoConstant.php b/CRM/Campaign/PseudoConstant.php index 15030a7a28..c50535c595 100644 --- a/CRM/Campaign/PseudoConstant.php +++ b/CRM/Campaign/PseudoConstant.php @@ -61,10 +61,9 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant { private static $engagementLevel; /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * Get all the survey activity types * - * * @param string $returnColumn * * @return array @@ -87,7 +86,7 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * Get all campaign types. * * The static array campaignType is returned @@ -105,7 +104,7 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * Get all campaign status. * * The static array campaignStatus is returned @@ -123,7 +122,7 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * Get all Engagement Level. * * The static array Engagement Level is returned diff --git a/CRM/Contribute/PseudoConstant.php b/CRM/Contribute/PseudoConstant.php index 1cc6cd9859..34f68ca457 100644 --- a/CRM/Contribute/PseudoConstant.php +++ b/CRM/Contribute/PseudoConstant.php @@ -95,7 +95,8 @@ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant { private static $batch; /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. + * * * Get all the financial types * @@ -126,7 +127,7 @@ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * * Get all the financial Accounts * @@ -179,7 +180,7 @@ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * * Get all the contribution pages * @@ -214,7 +215,7 @@ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant { } /** - * DEPRECATED. Please use the buildOptions() method in the appropriate BAO object. + * @deprecated. Please use the buildOptions() method in the appropriate BAO object. * * Get all the payment instruments * -- 2.25.1