Commit ccbd178
committed
minor #11512 Correct method name in example (rgagnon24)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11512).
Discussion
----------
Correct method name in example
The "new in 1.26" example references a method in the initial example that was named "formatPrice" yet the documentation referred to it as "priceFilter".
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
e41f32f Correct method name in example1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments