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:
50bfb46
)
Fixed "{inheritDoc}" back to "inheritDoc" to preserve consistency in the repo.
author
Saurabh Batra
<saurabh.batra96@gmail.com>
Sun, 4 Oct 2015 08:24:04 +0000
(13:54 +0530)
committer
Saurabh Batra
<saurabh.batra96@gmail.com>
Sun, 4 Oct 2015 08:24:04 +0000
(13:54 +0530)
CRM/Utils/API/AbstractFieldCoder.php
patch
|
blob
|
blame
|
history
CRM/Utils/API/MatchOption.php
patch
|
blob
|
blame
|
history
CRM/Utils/API/NullOutputCoder.php
patch
|
blob
|
blame
|
history
CRM/Utils/API/ReloadOption.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/API/AbstractFieldCoder.php
b/CRM/Utils/API/AbstractFieldCoder.php
index c012b571cc6c63ecc989e838facd941fd85177cb..2101844d1dcc214f0d5275facb0ed947bc4379d8 100644
(file)
--- a/
CRM/Utils/API/AbstractFieldCoder.php
+++ b/
CRM/Utils/API/AbstractFieldCoder.php
@@
-92,7
+92,7
@@
abstract class CRM_Utils_API_AbstractFieldCoder implements API_Wrapper {
public abstract function decodeOutput(&$values);
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function fromApiInput($apiRequest) {
$lowerAction = strtolower($apiRequest['action']);
@@
-117,7
+117,7
@@
abstract class CRM_Utils_API_AbstractFieldCoder implements API_Wrapper {
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function toApiOutput($apiRequest, $result) {
$lowerAction = strtolower($apiRequest['action']);
diff --git
a/CRM/Utils/API/MatchOption.php
b/CRM/Utils/API/MatchOption.php
index 099f2d7d32bfc180ff04034ded3160aa998e5741..d1549668d1bf9bab7578d2623232cefa551e1782 100644
(file)
--- a/
CRM/Utils/API/MatchOption.php
+++ b/
CRM/Utils/API/MatchOption.php
@@
-75,7
+75,7
@@
class CRM_Utils_API_MatchOption implements API_Wrapper {
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function fromApiInput($apiRequest) {
@@
-163,7
+163,7
@@
class CRM_Utils_API_MatchOption implements API_Wrapper {
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function toApiOutput($apiRequest, $result) {
return $result;
diff --git
a/CRM/Utils/API/NullOutputCoder.php
b/CRM/Utils/API/NullOutputCoder.php
index b28e5b4a866c41f1c4f7ce1d69b7820bf8e000cd..8530ae46d4a849404a16071e1066f6c92b319ad1 100644
(file)
--- a/
CRM/Utils/API/NullOutputCoder.php
+++ b/
CRM/Utils/API/NullOutputCoder.php
@@
-85,7
+85,7
@@
class CRM_Utils_API_NullOutputCoder extends CRM_Utils_API_AbstractFieldCoder {
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
/**
* @param $apiRequest
diff --git
a/CRM/Utils/API/ReloadOption.php
b/CRM/Utils/API/ReloadOption.php
index 509927f7ffceefe29609e14eab51f52645198694..08be146d70aa7aedb0d9f71e041a921b824ce04f 100644
(file)
--- a/
CRM/Utils/API/ReloadOption.php
+++ b/
CRM/Utils/API/ReloadOption.php
@@
-64,14
+64,14
@@
class CRM_Utils_API_ReloadOption implements API_Wrapper {
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function fromApiInput($apiRequest) {
return $apiRequest;
}
/**
- *
{@inheritDoc}
+ *
@inheritDoc
*/
public function toApiOutput($apiRequest, $result) {
$reloadMode = NULL;