Commit 7c1c926
committed
bug #6482 fixed wrong secret string in array examples (OskarStark)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #6482).
Discussion
----------
fixed wrong secret string in array examples
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.7+
| Fixed tickets | --
Looks like this is a copy paste error from older doc versions where the string `$ecret` was used.
This needs to be applied to all branches from 2.7 on
Check the old version of the docs here where the `$ecret` string is used:
http://symfony.com/doc/2.6/cookbook/bundles/configuration.html
Commits
-------
f7950ab fixed wrong secret string in array examples1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments