8000 minor #12059 Use versionadded instead of note directive (OskarStark) · Tobion/symfony-docs@3c9995a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c9995a

Browse files
committed
minor symfony#12059 Use versionadded instead of note directive (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Use versionadded instead of note directive <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 46d3cc7 Use versionadded instead of note directive
2 parents 3cd34b1 + 46d3cc7 commit 3c9995a

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