Skip to content

Commit 30f2cf7

Browse files
committed
minor #14136 fix link to ChainAdapter::prune method (pableu)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead. Discussion ---------- fix link to `ChainAdapter::prune` method The link doesn't work otherwise. Commits ------- c22f5b9 fix link to `ChainAdapter::prune` method
2 parents 6f27e88 + c22f5b9 commit 30f2cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/chain_adapter.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ slowest storage engines, :class:`Symfony\\Component\\Cache\\Adapter\\ApcuAdapter
4444
new FilesystemAdapter(),
4545
]);
4646

47-
When calling this adapter's :method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method,
47+
When calling this adapter's :method:`Symfony\\Component\\Cache\\Adapter\\ChainAdapter::prune` method,
4848
the call is delegated to all its compatible cache adapters. It is safe to mix both adapters
4949
that *do* and do *not* implement :class:`Symfony\\Component\\Cache\\PruneableInterface`, as
5050
incompatible adapters are silently ignored::

0 commit comments

Comments
 (0)