From: Coleman Watts Date: Thu, 11 Feb 2016 15:04:04 +0000 (-0500) Subject: Add displayProfile() to toxic code alerts X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f70a579355f329fbf51ff2c7836efd0cf94ddd8a;p=civicrm-core.git Add displayProfile() to toxic code alerts --- diff --git a/.toxic.json b/.toxic.json index 64e23875f2..5d1f2a3d85 100644 --- a/.toxic.json +++ b/.toxic.json @@ -12,6 +12,7 @@ "CRM_Contact_Import_Form_MapField::buildQuickForm()": "toxicAlert", "CRM_Contribute_Form_Contribution_Main::formRule()": "toxicAlert", "CRM_Event_Form_Registration_Confirm::postProcess()": "toxicAlert", + "CRM_Event_BAO_Event::displayProfile()": "toxicAlert", "CRM_Contribute_Form_Contribution_Confirm::postProcess()": "toxicAlert" } } \ No newline at end of file