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
215215----------------
216216
217217Locks 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,
219219:class: `Symfony\\ Component\\ Lock\\ BlockingStoreInterface `.
220220
221221The component includes the following built-in store types:
@@ -233,7 +233,7 @@ Store Scope Blocking Expiring
233233
234234.. versionadded :: 4.4
235235
236- The ``PersistStoreInterface `` and ``BlockingStoreInterface `` interfaces were
236+ The ``PersistingStoreInterface `` and ``BlockingStoreInterface `` interfaces were
237237 introduced in Symfony 4.4. In previous versions there was only one interface
238238 called ``Symfony\Component\Lock\StoreInterface ``.
239239
You can’t perform that action at this time.
0 commit comments