Commit 73c1711
committed
minor symfony#6866 Deprecated message with "true" parameter (wazz42)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes symfony#6866).
Discussion
----------
Deprecated message with "true" parameter
With the "true" parameter you will get this message:
Using "true" as the default strategy is deprecated since version 1.21. Use "html" instead.
I replaced it with the default value.
Commits
-------
d97eaec Deprecated message with "true" parameter1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
0 commit comments