Skip to content

Commit e4f0386

Browse files
[Lock] Remove deprecated option
1 parent 7f9049c commit e4f0386

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/lock.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,18 +474,12 @@ The ``MongoDbStore`` takes the following ``$options`` (depending on the first pa
474474
Option Description
475475
============== ================================================================================================
476476
gcProbability Should a TTL Index be created expressed as a probability from 0.0 to 1.0 (Defaults to ``0.001``)
477-
gcProbablity Same as ``gcProbability``, see the deprecation note below
478477
database The name of the database
479478
collection The name of the collection
480479
uriOptions Array of URI options for `MongoDBClient::__construct`_
481480
driverOptions Array of driver options for `MongoDBClient::__construct`_
482481
============= ================================================================================================
483482

484-
.. deprecated:: 6.3
485-
486-
The ``gcProbablity`` option (notice the typo in its name) is deprecated since
487-
Symfony 6.3, use the ``gcProbability`` option instead.
488-
489483
When the first parameter is a:
490484

491485
``MongoDB\Collection``:

0 commit comments

Comments
 (0)