We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ebdbe commit d11c0a6Copy full SHA for d11c0a6
tests/Operation/FindAndModifyFunctionalTest.php
@@ -99,7 +99,7 @@ public function testFindAndModifyReportedWriteConcernError(): void
99
$operation = new FindAndModify(
100
$this->getDatabaseName(),
101
$this->getCollectionName(),
102
- ['remove' => true, 'writeConcern' => new WriteConcern(50) ]
+ ['remove' => true, 'writeConcern' => new WriteConcern(50)]
103
);
104
105
$operation->execute($this->getPrimaryServer());
0 commit comments