Skip to content

Commit dac8b8f

Browse files
committed
Revert "Add final annotations to non-internal Operation classes (#1410)"
This reverts commit 89fb97a.
1 parent 29743f8 commit dac8b8f

38 files changed

+1
-77
lines changed

src/Operation/Aggregate.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
*
4949
* @see \MongoDB\Collection::aggregate()
5050
* @see https://mongodb.com/docs/manual/reference/command/aggregate/
51-
*
52-
* @final extending this class will not be supported in v2.0.0
5351
*/
5452
class Aggregate implements Executable, Explainable
5553
{

src/Operation/BulkWrite.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
* Operation for executing multiple write operations.
4646
*
4747
* @see \MongoDB\Collection::bulkWrite()
48-
*
49-
* @final extending this class will not be supported in v2.0.0
5048
*/
5149
class BulkWrite implements Executable
5250
{

src/Operation/Count.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
*
4141
* @see \MongoDB\Collection::count()
4242
* @see https://mongodb.com/docs/manual/reference/command/count/
43-
*
44-
* @final extending this class will not be supported in v2.0.0
4543
*/
4644
class Count implements Executable, Explainable
4745
{

src/Operation/CountDocuments.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
*
3737
* @see \MongoDB\Collection::countDocuments()
3838
* @see https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst#countdocuments
39-
*
40-
* @final extending this class will not be supported in v2.0.0
4139
*/
4240
class CountDocuments implements Executable
4341
{

src/Operation/CreateCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
*
4141
* @see \MongoDB\Database::createCollection()
4242
* @see https://mongodb.com/docs/manual/reference/command/create/
43-
*
44-
* @final extending this class will not be supported in v2.0.0
4543
*/
4644
class CreateCollection implements Executable
4745
{

src/Operation/CreateIndexes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
* @see \MongoDB\Collection::createIndex()
4141
* @see \MongoDB\Collection::createIndexes()
4242
* @see https://mongodb.com/docs/manual/reference/command/createIndexes/
43-
*
44-
* @final extending this class will not be supported in v2.0.0
4543
*/
4644
class CreateIndexes implements Executable
4745
{

src/Operation/CreateSearchIndexes.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
* @see \MongoDB\Collection::createSearchIndex()
3737
* @see \MongoDB\Collection::createSearchIndexes()
3838
* @see https://mongodb.com/docs/manual/reference/command/createSearchIndexes/
39-
*
40-
* @final extending this class will not be supported in v2.0.0
4139
*/
4240
class CreateSearchIndexes implements Executable
4341
{

src/Operation/DatabaseCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
* Operation for executing a database command.
3232
*
3333
* @see \MongoDB\Database::command()
34-
*
35-
* @final extending this class will not be supported in v2.0.0
3634
*/
3735
class DatabaseCommand implements Executable
3836
{

src/Operation/DeleteMany.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*
2929
* @see \MongoDB\Collection::deleteOne()
3030
* @see https://mongodb.com/docs/manual/reference/command/delete/
31-
*
32-
* @final extending this class will not be supported in v2.0.0
3331
*/
3432
class DeleteMany implements Executable, Explainable
3533
{

src/Operation/DeleteOne.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*
2929
* @see \MongoDB\Collection::deleteOne()
3030
* @see https://mongodb.com/docs/manual/reference/command/delete/
31-
*
32-
* @final extending this class will not be supported in v2.0.0
3331
*/
3432
class DeleteOne implements Executable, Explainable
3533
{

0 commit comments

Comments
 (0)