Completed
Branch master (4373f8)
by Zhmayev
01:35
created
src/Session.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Entities.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -240,13 +240,13 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.