@@ -267,7 +267,7 @@ |
||
| 267 | 267 | * @static |
| 268 | 268 | * @param string Base URL of vTiger CRM |
| 269 | 269 | * @param string $baseUrl |
| 270 | - * @return boolean Returns cleaned and fixed vTiger URL |
|
| 270 | + * @return string Returns cleaned and fixed vTiger URL |
|
| 271 | 271 | */ |
| 272 | 272 | private static function fixVtigerBaseUrl($baseUrl) |
| 273 | 273 | { |
@@ -240,13 +240,13 @@ |
||
| 240 | 240 | } |
| 241 | 241 | |
| 242 | 242 | /** |
| 243 | - * Checks if if params holds valid entity data/search constraints, otherwise returns false |
|
| 244 | - * @access public |
|
| 245 | - * @static |
|
| 246 | - * @param array $params Array holding entity data/search constraints |
|
| 247 | - * @param string $paramsPurpose |
|
| 248 | - * @return boolean Returns true if params holds valid entity data/search constraints, otherwise returns false |
|
| 249 | - */ |
|
| 243 | + * Checks if if params holds valid entity data/search constraints, otherwise returns false |
|
| 244 | + * @access public |
|
| 245 | + * @static |
|
| 246 | + * @param array $params Array holding entity data/search constraints |
|
| 247 | + * @param string $paramsPurpose |
|
| 248 | + * @return boolean Returns true if params holds valid entity data/search constraints, otherwise returns false |
|
| 249 | + */ |
|
| 250 | 250 | private static function checkParams(array $params, $paramsPurpose) |
| 251 | 251 | { |
| 252 | 252 | if (empty($params) || !is_array($params) || !is_assoc_array($params)) { |