Skip to content

Commit d11c0a6

Browse files
author
levon80999
committed
fix code style fails
1 parent 32ebdbe commit d11c0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Operation/FindAndModifyFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function testFindAndModifyReportedWriteConcernError(): void
9999
$operation = new FindAndModify(
100100
$this->getDatabaseName(),
101101
$this->getCollectionName(),
102-
['remove' => true, 'writeConcern' => new WriteConcern(50) ]
102+
['remove' => true, 'writeConcern' => new WriteConcern(50)]
103103
);
104104

105105
$operation->execute($this->getPrimaryServer());

0 commit comments

Comments
 (0)