Commit bd23e4c
committed
minor #12022 Fix Psr6Cache classname for 3.4 and 4.2 (Art4)
This PR was merged into the 3.4 branch.
Discussion
----------
Fix Psr6Cache classname for 3.4 and 4.2
This PR will fix a wrong class name that was added in #11830.
This PR affects only the branches 3.4 and 4.2.
In 4.3 the class was deprecated and moved to `Symfony\Component\Cache\Psr16Cache`, so the branches 4.3 and 4.4 are not affected.
Commits
-------
595ed5b Fix classname for Psr6Cache1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
0 commit comments