Skip to content

Commit dd60db1

Browse files
committed
BulkWriteCommandBuilder is final
1 parent b7e43d4 commit dd60db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BulkWriteCommandBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use function is_bool;
1313
use function is_string;
1414

15-
readonly class BulkWriteCommandBuilder
15+
final readonly class BulkWriteCommandBuilder
1616
{
1717
private function __construct(
1818
public BulkWriteCommand $bulkWriteCommand,

0 commit comments

Comments
 (0)