Commit 56135f4
committed
minor symfony#20369 [Controller ] Update link to PHP docs for Validate filters/constants (PhilETaylor)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.
Discussion
----------
[Controller ] Update link to PHP docs for Validate filters/constants
Strange one here on https://symfony.com/doc/current/controller.html#mapping-query-parameters-individually -

The link on Validate Filters is now a 404
The ENGLISH page https://www.php.net/manual/en/filter.filters.validate.php is now a 404
Its viewable in other languages (Ukraine for example) at https://www.php.net/manual/uk/filter.filters.validate.php
However ultimately I think it has moved to https://www.php.net/manual/en/filter.constants.php which contains the same kind of list - also available in other languages already, eg Ukraine https://www.php.net/manual/uk/filter.constants.php
Ultimately **the Symfony docs are linking to a 404**, and so either you accept this PR, or collectively we need to find and propose a different fix/url to fix the link to the 404 page.
Commits
-------
590225c Update link to PHP docs1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
849 | | - | |
| 849 | + | |
850 | 850 | | |
851 | 851 | | |
0 commit comments