From 74ad03422289426833f7de9807fe07608178128e Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 3 Dec 2019 17:00:47 +0100 Subject: [PATCH] Update lock.rst --- components/lock.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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``.