Skip to content

Commit 942af4e

Browse files
committed
Merge pull request #250
2 parents 4c3cc5f + 5d486c2 commit 942af4e

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/Operation/FindOneAndDelete.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Operation;
44

5-
use MongoDB\Driver\Command;
65
use MongoDB\Driver\Server;
76
use MongoDB\Exception\InvalidArgumentException;
87

src/Operation/FindOneAndReplace.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Operation;
44

5-
use MongoDB\Driver\Command;
65
use MongoDB\Driver\Server;
76
use MongoDB\Exception\InvalidArgumentException;
87

src/Operation/FindOneAndUpdate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Operation;
44

5-
use MongoDB\Driver\Command;
65
use MongoDB\Driver\Server;
76
use MongoDB\Exception\InvalidArgumentException;
87

tests/Collection/CrudSpec/FindOneAndReplaceFunctionalTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Tests\Collection\CrudSpec;
44

5-
use MongoDB\Collection;
65
use MongoDB\Operation\FindOneAndReplace;
76

87
/**

tests/Collection/CrudSpec/FindOneAndUpdateFunctionalTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Tests\Collection\CrudSpec;
44

5-
use MongoDB\Collection;
65
use MongoDB\Operation\FindOneAndUpdate;
76

87
/**

tests/Operation/DropIndexesFunctionalTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Tests\Operation;
44

5-
use MongoDB\Model\IndexInfo;
65
use MongoDB\Operation\CreateIndexes;
76
use MongoDB\Operation\DropIndexes;
87
use MongoDB\Operation\ListIndexes;

tests/Operation/ListCollectionsFunctionalTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace MongoDB\Tests\Operation;
44

5-
use MongoDB\Driver\Server;
65
use MongoDB\Operation\DropDatabase;
76
use MongoDB\Operation\InsertOne;
87
use MongoDB\Operation\ListCollections;

0 commit comments

Comments
 (0)