Skip to content

Commit bf64a55

Browse files
committed
folding markers
1 parent 265643d commit bf64a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MongoDB/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function getBulkOptions() { /* {{{ */
185185
);
186186
} /* }}} */
187187

188-
function bulkWrite(array $bulk, array $options = array()) {
188+
function bulkWrite(array $bulk, array $options = array()) { /* {{{ */
189189
$options = array_merge($this->getBulkOptions(), $options);
190190

191191
$batch = new WriteBatch($options["ordered"]);
@@ -250,7 +250,7 @@ function bulkWrite(array $bulk, array $options = array()) {
250250
}
251251
}
252252
return $this->manager->executeWriteBatch($this->ns, $batch, $this->wc);
253-
}
253+
} /* }}} */
254254

255255
function insertOne(array $filter) { /* {{{ */
256256
$options = array_merge($this->getWriteOptions());

0 commit comments

Comments
 (0)