Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
Change-Id: I187af9b19e44ba9441faa6d889322226e368cc6d
Reviewed-on: http://review.couchbase.org/77600
Reviewed-by: Sergey Avseyev <[email protected]>
Tested-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed May 2, 2017
1 parent d5aac4c commit 13b343e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/couchbase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1284,15 +1284,15 @@ final class PasswordAuthenticator implements Authenticator {
* @param string $username username
* @return \Couchbase\PasswordAuthenticator
*/
final public function cluster($username) {}
final public function username($username) {}

/**
* Sets password
*
* @param string $password password
* @return \Couchbase\PasswordAuthenticator
*/
final public function bucket($password) {}
final public function password($password) {}
}

/**
Expand Down

0 comments on commit 13b343e

Please sign in to comment.