projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee299f1
)
Civi/Payment - Fix various PHPStorm warnings
author
Tim Otten
<totten@civicrm.org>
Tue, 10 Jan 2017 00:44:59 +0000
(16:44 -0800)
committer
Tim Otten
<totten@civicrm.org>
Tue, 10 Jan 2017 01:02:28 +0000
(17:02 -0800)
Civi/Payment/System.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Payment/System.php
b/Civi/Payment/System.php
index 9ce8cb196f4abb35e1e70eebc595e3b811f3848c..1bec2566b0c9dec9bcca8a69432651ea5b02b2e3 100644
(file)
--- a/
Civi/Payment/System.php
+++ b/
Civi/Payment/System.php
@@
-77,7
+77,7
@@
class System {
*
* @param int $id
*
- * @return \C
ivi\Payment\C
RM_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 \C
ivi\Payment\C
RM_Core_Payment|NULL
+ * @return \CRM_Core_Payment|NULL
* @throws \CiviCRM_API3_Exception
*/
public function getByName($name, $is_test) {