Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/com/zoho/crm/api/util/APIResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getObject()

/**
* This is a getter method to get an API response instance that is the expected type or not.
* @return Boolean representing the instance is expected type or not.
* @return bool representing the instance is expected type or not.
*/
public function isExpected()
{
Expand Down
2 changes: 1 addition & 1 deletion src/com/zoho/crm/api/util/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract function getWrappedResponse($response, $pack);
* @param array $uniqueValuesMap A array containing the construct objects.
* @param integer $instanceNumber An integer containing the POJO class instance list number.
* @throws \com\zoho\crm\api\exception\SDKException if a problem occurs.
* @return boolean A boolean representing the key value is expected pattern, unique, length, and values.
* @return bool A boolean representing the key value is expected pattern, unique, length, and values.
*/
public function valueChecker($className, $memberName, $keyDetails, $value, &$uniqueValuesMap, $instanceNumber)
{
Expand Down