Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-21036 NFC Change comments to tags so phpstorm picks up the deprecated functions #10825

Merged
merged 1 commit into from
Aug 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions CRM/Campaign/PseudoConstant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -87,7 +86,7 @@ public static function &activityType($returnColumn = 'name') {
}

/**
* 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
Expand All @@ -105,7 +104,7 @@ public static function &campaignType() {
}

/**
* 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
Expand All @@ -123,7 +122,7 @@ public static function &campaignStatus() {
}

/**
* 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
Expand Down
9 changes: 5 additions & 4 deletions CRM/Contribute/PseudoConstant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -126,7 +127,7 @@ public static function &financialType($id = NULL) {
}

/**
* 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
*
Expand Down Expand Up @@ -179,7 +180,7 @@ public static function flush($name = 'cache') {
}

/**
* 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
*
Expand Down Expand Up @@ -214,7 +215,7 @@ public static function &contributionPage($id = NULL, $all = FALSE) {
}

/**
* 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
*
Expand Down