From fe9cb36e664d583bd4d4203b958ab04e7afee699 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 9 Jan 2017 16:44:59 -0800 Subject: [PATCH] Civi/Payment - Fix various PHPStorm warnings --- Civi/Payment/System.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Civi/Payment/System.php b/Civi/Payment/System.php index 9ce8cb196f..1bec2566b0 100644 --- a/Civi/Payment/System.php +++ b/Civi/Payment/System.php @@ -77,7 +77,7 @@ class System { * * @param int $id * - * @return \Civi\Payment\CRM_Core_Payment|NULL + * @return \CRM_Core_Payment|NULL * @throws \CiviCRM_API3_Exception */ public function getById($id) { @@ -92,7 +92,7 @@ class System { * @param string $name * @param bool $is_test * - * @return \Civi\Payment\CRM_Core_Payment|NULL + * @return \CRM_Core_Payment|NULL * @throws \CiviCRM_API3_Exception */ public function getByName($name, $is_test) { -- 2.25.1