Skip to content

Commit 8ed0c93

Browse files
committed
minor #18526 [Lock] Remove deprecated option (alexandre-daubois)
This PR was merged into the 7.0 branch. Discussion ---------- [Lock] Remove deprecated option Follow-up of #18524 Commits ------- e4f0386 [Lock] Remove deprecated option
2 parents 7f9049c + e4f0386 commit 8ed0c93

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)