Skip to content

Commit e8e2405

Browse files
committed
Remove trailing comma in argument list
This was causing a test failure for PHP versions before 8.0
1 parent 72af6d9 commit e8e2405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@ public function testUniqueIndexOnKeyAltNames(Closure $test): void
14241424
'unique' => true,
14251425
'partialFilterExpression' => ['keyAltNames' => ['$exists' => true]],
14261426
'writeConcern' => new WriteConcern(WriteConcern::MAJORITY),
1427-
],
1427+
]
14281428
);
14291429

14301430
$clientEncryption = new ClientEncryption([

0 commit comments

Comments
 (0)