Commit 977ecb4
committed
minor symfony#21238 fix: resolve confusing typo in php config example (Ahummeling)
This PR was merged into the 6.4 branch.
Discussion
----------
fix: resolve confusing typo in php config example
Hey, looking at the documentation I noticed an inconsistency in the examples for configuration logging deduplication.
After trying out the provided example using type `deduplicated`, I quickly found that it was not valid. Then I noticed the other config languages use the `deduplication` type. So we probably want to use the correct type in the example.
Commits
-------
6a79b52 fix: resolve confusing typo in php config example1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments