Commit bf64a554 authored by Hannes Magnusson's avatar Hannes Magnusson

folding markers

parent 265643d8
...@@ -185,7 +185,7 @@ class Collection { ...@@ -185,7 +185,7 @@ class Collection {
); );
} /* }}} */ } /* }}} */
function bulkWrite(array $bulk, array $options = array()) { function bulkWrite(array $bulk, array $options = array()) { /* {{{ */
$options = array_merge($this->getBulkOptions(), $options); $options = array_merge($this->getBulkOptions(), $options);
$batch = new WriteBatch($options["ordered"]); $batch = new WriteBatch($options["ordered"]);
...@@ -250,7 +250,7 @@ class Collection { ...@@ -250,7 +250,7 @@ class Collection {
} }
} }
return $this->manager->executeWriteBatch($this->ns, $batch, $this->wc); return $this->manager->executeWriteBatch($this->ns, $batch, $this->wc);
} } /* }}} */
function insertOne(array $filter) { /* {{{ */ function insertOne(array $filter) { /* {{{ */
$options = array_merge($this->getWriteOptions()); $options = array_merge($this->getWriteOptions());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment