Commit 8319ddf
committed
minor symfony#20433 [HttpFoundation] Do not use named parameters in example (MrYamous)
This PR was squashed before being merged into the 7.2 branch.
Discussion
----------
[HttpFoundation] Do not use named parameters in example
Noticed from [blog article ](https://symfony.com/blog/new-in-symfony-7-2-misc-improvements-part-2#better-ip-address-anonymization)
The example in the blog seems to me to be the right one, parameters aren't actually implemented so using named paramets is not possible yet
Commits
-------
ec2743d [HttpFoundation] Do not use named parameters in example1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
375 | 377 | | |
376 | 378 | | |
377 | 379 | | |
| |||
0 commit comments