Skip to content

Commit b3cd950

Browse files
jmikolaGromNaN
authored andcommitted
phpcs fixes
1 parent 0d13135 commit b3cd950

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ClientBulkWrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
use MongoDB\Driver\BulkWriteCommand;
2525
use MongoDB\Driver\Manager;
2626
use MongoDB\Exception\InvalidArgumentException;
27-
2827
use stdClass;
28+
2929
use function is_array;
3030
use function is_bool;
3131
use function is_string;

src/Operation/ClientBulkWriteCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ public function __construct(
5757
private BulkWriteCommand $bulkWriteCommand,
5858
/** @param array{session: ?Session, writeConcern: ?WriteConcern} */
5959
private array $options = [],
60-
)
61-
{
60+
) {
6261
if (count($bulkWriteCommand) === 0) {
6362
throw new InvalidArgumentException('$bulkWriteCommand is empty');
6463
}

0 commit comments

Comments
 (0)