Skip to content

Commit 657f785

Browse files
committed
phpcbf fixes
1 parent 22e3cc3 commit 657f785

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/Operation/BulkWriteFunctionalTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
use PHPUnit\Framework\Attributes\Depends;
1919
use stdClass;
2020

21-
use function is_array;
22-
2321
class BulkWriteFunctionalTest extends FunctionalTestCase
2422
{
2523
private Collection $collection;

tests/Operation/UpdateFunctionalTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
use MongoDB\Driver\BulkWrite;
88
use MongoDB\Driver\Exception\LogicException;
99
use MongoDB\Driver\WriteConcern;
10-
use MongoDB\Exception\UnsupportedException;
1110
use MongoDB\Operation\Update;
1211
use MongoDB\Tests\CommandObserver;
1312
use MongoDB\UpdateResult;
1413
use PHPUnit\Framework\Attributes\DataProvider;
1514
use PHPUnit\Framework\Attributes\Depends;
1615
use stdClass;
1716

18-
use function is_array;
19-
2017
class UpdateFunctionalTest extends FunctionalTestCase
2118
{
2219
private Collection $collection;

0 commit comments

Comments
 (0)