From fcc2ad8c9b1895920bba8a8c25621228513cee0d Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 31 Aug 2020 15:11:05 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/user/class/api_users.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/user/class/api_users.class.php b/htdocs/user/class/api_users.class.php index 40a02dc8af1..c878d7dd376 100644 --- a/htdocs/user/class/api_users.class.php +++ b/htdocs/user/class/api_users.class.php @@ -174,7 +174,7 @@ class Users extends DolibarrApi return $this->_cleanObjectDatas($this->useraccount); } - + /** * Get properties of an user object by login * @@ -183,7 +183,7 @@ class Users extends DolibarrApi * @return array|mixed data without useless information * * @url GET login/{login} - * + * * @throws RestException 401 Insufficient rights * @throws RestException 404 User or group not found */ @@ -210,7 +210,7 @@ class Users extends DolibarrApi return $this->_cleanObjectDatas($this->useraccount); } - + /** * Get properties of an user object by Email * @@ -219,7 +219,7 @@ class Users extends DolibarrApi * @return array|mixed data without useless information * * @url GET email/{email} - * + * * @throws RestException 401 Insufficient rights * @throws RestException 404 User or group not found */