From b30c9316df567e4337a4fb67db286c45b039cc20 Mon Sep 17 00:00:00 2001 From: colemanw Date: Fri, 10 Mar 2017 16:01:35 -0500 Subject: [PATCH] Update PaymentProcessor.php --- CRM/Admin/Form/PaymentProcessor.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CRM/Admin/Form/PaymentProcessor.php b/CRM/Admin/Form/PaymentProcessor.php index 7c0d76402b..e444eea37a 100644 --- a/CRM/Admin/Form/PaymentProcessor.php +++ b/CRM/Admin/Form/PaymentProcessor.php @@ -44,12 +44,9 @@ class CRM_Admin_Form_PaymentProcessor extends CRM_Admin_Form { protected $_ppDAO; /** - * Get the base entity being edited. + * Get the name of the base entity being edited. * * @return string - * The entity being edited. - * - * @throws Exception */ public function getDefaultEntity() { return 'PaymentProcessor'; -- 2.25.1