Commit ed752a3
committed
minor symfony#9586 [ExpressionLanguage] Use CacheItemPoolInterface in code example (mheki)
This PR was merged into the 4.0 branch.
Discussion
----------
[ExpressionLanguage] Use CacheItemPoolInterface in code example
`ParserCacheInterface` was removed in symfony 4.0 in favour of `CacheItemPoolInterface`.
This PR updates code example to use currently available interface
Commits
-------
a81106b Use CacheItemPoolInterface1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | | - | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments