Skip to content

Commit 313e2e9

Browse files
committed
BulkWriteCommandBuilder is final
1 parent 4b74f81 commit 313e2e9

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
@@ -27,7 +27,7 @@
2727
use function is_bool;
2828
use function is_string;
2929

30-
readonly class BulkWriteCommandBuilder
30+
final readonly class BulkWriteCommandBuilder
3131
{
3232
private function __construct(
3333
public BulkWriteCommand $bulkWriteCommand,

0 commit comments

Comments
 (0)