File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Available Stores
215
215
----------------
216
216
217
217
Locks are created and managed in ``Stores ``, which are classes that implement
218
- :class: `Symfony\\ Component\\ Lock\\ PersistStoreInterface ` and, optionally,
218
+ :class: `Symfony\\ Component\\ Lock\\ PersistingStoreInterface ` and, optionally,
219
219
:class: `Symfony\\ Component\\ Lock\\ BlockingStoreInterface `.
220
220
221
221
The component includes the following built-in store types:
@@ -233,7 +233,7 @@ Store Scope Blocking Expiring
233
233
234
234
.. versionadded :: 4.4
235
235
236
- The ``PersistStoreInterface `` and ``BlockingStoreInterface `` interfaces were
236
+ The ``PersistingStoreInterface `` and ``BlockingStoreInterface `` interfaces were
237
237
introduced in Symfony 4.4. In previous versions there was only one interface
238
238
called ``Symfony\Component\Lock\StoreInterface ``.
239
239
You can’t perform that action at this time.
0 commit comments