Skip to content

Commit 8112be5

Browse files
committed
Reworded the versionadded directives
1 parent 03f9e68 commit 8112be5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

components/cache/psr6_psr16_adapters.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ standard, but need to pass it to an object that expects a :ref:`PSR-6 <cache-com
1111
cache adapter. Or, you might have the opposite situation. The cache component contains
1212
two classes for bidirectional interoperability between PSR-6 and PSR-16 caches.
1313

14-
.. versionadded:: 4.3
15-
16-
The ``Psr16Adapter`` and ``Psr16Cache`` classes mentioned below were added in Symfony 4.3.
17-
1814
Using a PSR-16 Cache Object as a PSR-6 Cache
1915
--------------------------------------------
2016

@@ -50,6 +46,10 @@ this use-case::
5046
// now use this wherever you want
5147
$githubApiClient = new GitHubApiClient($psr6Cache);
5248

49+
.. versionadded:: 4.3
50+
51+
The ``Psr16Adapter`` class was introduced in Symfony 4.3.
52+
5353
Using a PSR-6 Cache Object as a PSR-16 Cache
5454
--------------------------------------------
5555

@@ -87,4 +87,8 @@ this use-case::
8787
// now use this wherever you want
8888
$githubApiClient = new GitHubApiClient($psr16Cache);
8989

90+
.. versionadded:: 4.3
91+
92+
The ``Psr16Cache`` class was introduced in Symfony 4.3.
93+
9094
.. _`PSR-16`: http://www.php-fig.org/psr/psr-16/

0 commit comments

Comments
 (0)