Commit 63da666
committed
minor symfony#9222 fix creating a CacheKernel in HTTP cache documentation (danrot)
This PR was submitted for the master branch but it was merged into the 4.0 branch instead (closes symfony#9222).
Discussion
----------
fix creating a CacheKernel in HTTP cache documentation
Hey, I was trying out to use the HTTP Cache for a talk and lecture I am giving, and with the instructions in the HTTP Cache documentation I only got an error that the class was not found. The changes I introduced here were also necessary. However, I am not completely sure if I missed something else, since I just skimmed the documentation, but I thought I send a PR anyway so that you see what I am talking about 😃
Commits
-------
cc09426 fix creating a CacheKernel in HTTP cache documentation1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments