8000 Use versionadded instead of note directive · symfony/symfony-docs@46d3cc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46d3cc7

Browse files
committed
Use versionadded instead of note directive
1 parent 3cd34b1 commit 46d3cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/cache/adapters/chain_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ incompatible adapters are silently ignored::
5858
new FilesystemAdapter(), // DOES implement PruneableInterface
5959
]);
6060

61-
// prune will proxy the call to FilesystemAdapter while silently skipping ApcuAdapter
61+
// prune will proxy the call to FilesystemAdapter while silently skip ApcuAdapter
6262
$cache->prune();
6363

64-
.. note::
64+
.. versionadded:: 3.4
6565

6666
Since Symfony 3.4, this adapter implements :class:`Symfony\\Component\\Cache\\PruneableInterface`,
6767
allowing for manual :ref:`pruning of expired cache entries <component-cache-cache-pool-prune>` by

0 commit comments

Comments
 (0)
0