Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 00f44e4

Browse files
committed
Fix docs typo (setMulti returns CAS values not boolean).
Change-Id: Id408fb8c3790094a02aa47fde84ced4189fb3827 Reviewed-on: http://review.couchbase.org/36558 Reviewed-by: Mark Nunberg <mnunberg@haskalah.org> Tested-by: Brett Lawson <brett19@gmail.com>
1 parent 4ba4976 commit 00f44e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/couchbase-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function set($id, $document, $expiry = 0, $cas = "", $persist_to = 0, $replicate
256256
* this many nodes
257257
* @param integer $replicate_to wait until the document is replicated to (at least)
258258
* this many nodes
259-
* @return boolean true if success
259+
* @return array list of CAS's for stored values
260260
* @throws CouchbaseException if an error occurs
261261
*/
262262
function setMulti($documents, $expiry = 0, $persist_to = 0, $replicate_to = 0) {

0 commit comments

Comments
 (0)