From: Saurabh Batra Date: Sun, 4 Oct 2015 08:24:04 +0000 (+0530) Subject: Fixed "{inheritDoc}" back to "inheritDoc" to preserve consistency in the repo. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=da2e61bf1d12674f837eabf58ca96aad8f5f76df;p=civicrm-core.git Fixed "{inheritDoc}" back to "inheritDoc" to preserve consistency in the repo. --- diff --git a/CRM/Utils/API/AbstractFieldCoder.php b/CRM/Utils/API/AbstractFieldCoder.php index c012b571cc..2101844d1d 100644 --- 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 099f2d7d32..d1549668d1 100644 --- 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 b28e5b4a86..8530ae46d4 100644 --- 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 509927f7ff..08be146d70 100644 --- 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;