[Pkg-owncloud-commits] [owncloud] 155/205: Fix indentation

David Prévot taffit at moszumanska.debian.org
Thu Jul 2 17:37:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit a793b98fd0736bbeda975f4ef9db0c0bffb7e470
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Sat Jun 27 20:37:07 2015 +0200

    Fix indentation
---
 lib/private/user/interface.php | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/lib/private/user/interface.php b/lib/private/user/interface.php
index caf328a..1ccda61 100644
--- a/lib/private/user/interface.php
+++ b/lib/private/user/interface.php
@@ -28,20 +28,20 @@
 interface OC_User_Interface {
 
 	/**
-	* Check if backend implements actions
-	* @param int $actions bitwise-or'ed actions
-	* @return boolean
-	*
-	* Returns the supported actions as int to be
-	* compared with \OC_User_Backend::CREATE_USER etc.
-	*/
+	 * Check if backend implements actions
+	 * @param int $actions bitwise-or'ed actions
+	 * @return boolean
+	 *
+	 * Returns the supported actions as int to be
+	 * compared with \OC_User_Backend::CREATE_USER etc.
+	 */
 	public function implementsActions($actions);
 
 	/**
-	* delete a user
-	* @param string $uid The username of the user to delete
-	* @return bool
-	*/
+	 * delete a user
+	 * @param string $uid The username of the user to delete
+	 * @return bool
+	 */
 	public function deleteUser($uid);
 
 	/**
@@ -55,10 +55,10 @@ interface OC_User_Interface {
 	public function getUsers($search = '', $limit = null, $offset = null);
 
 	/**
-	* check if a user exists
-	* @param string $uid the username
-	* @return boolean
-	*/
+	 * check if a user exists
+	 * @param string $uid the username
+	 * @return boolean
+	 */
 	public function userExists($uid);
 
 	/**

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list