PHPLIB-538: Update comment in withTxn examples for the manual

parent 4e345a10
...@@ -1564,7 +1564,7 @@ class DocumentationExamplesTest extends FunctionalTestCase ...@@ -1564,7 +1564,7 @@ class DocumentationExamplesTest extends FunctionalTestCase
$client = new \MongoDB\Client($uriString); $client = new \MongoDB\Client($uriString);
// Prerequisite: Create collections. CRUD operations in transactions must be on existing collections. // Prerequisite: Create collections.
$client->selectCollection( $client->selectCollection(
'mydb1', 'mydb1',
'foo', 'foo',
......
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