diff --git a/components/lock.rst b/components/lock.rst index eb67082ba4a..7869c2e019d 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -215,7 +215,7 @@ Available Stores ---------------- Locks are created and managed in ``Stores``, which are classes that implement -:class:`Symfony\\Component\\Lock\\PersistStoreInterface` and, optionally, +:class:`Symfony\\Component\\Lock\\PersistingStoreInterface` and, optionally, :class:`Symfony\\Component\\Lock\\BlockingStoreInterface`. The component includes the following built-in store types: @@ -233,7 +233,7 @@ Store Scope Blocking Expiring .. versionadded:: 4.4 - The ``PersistStoreInterface`` and ``BlockingStoreInterface`` interfaces were + The ``PersistingStoreInterface`` and ``BlockingStoreInterface`` interfaces were introduced in Symfony 4.4. In previous versions there was only one interface called ``Symfony\Component\Lock\StoreInterface``.