Civi/Payment - Fix various PHPStorm warnings
authorTim Otten <totten@civicrm.org>
Tue, 10 Jan 2017 00:44:59 +0000 (16:44 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 10 Jan 2017 01:02:28 +0000 (17:02 -0800)
Civi/Payment/System.php

index 9ce8cb196f4abb35e1e70eebc595e3b811f3848c..1bec2566b0c9dec9bcca8a69432651ea5b02b2e3 100644 (file)
@@ -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) {