Skip to content

Commit 56135f4

Browse files
committed
minor #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 - ![ScreenShot-2024-11-06-15 30 17](https://github.com/user-attachments/assets/7fef71be-671e-4708-8aaf-9078910129ec) 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 docs
2 parents d1a1278 + 590225c commit 56135f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,6 @@ Learn more about Controllers
846846
.. _`Early hints`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/103
847847
.. _`SAPI`: https://www.php.net/manual/en/function.php-sapi-name.php
848848
.. _`FrankenPHP`: https://frankenphp.dev
849-
.. _`Validate Filters`: https://www.php.net/manual/en/filter.filters.validate.php
849+
.. _`Validate Filters`: https://www.php.net/manual/en/filter.constants.php
850850
.. _`phpstan/phpdoc-parser`: https://packagist.org/packages/phpstan/phpdoc-parser
851851
.. _`phpdocumentor/type-resolver`: https://packagist.org/packages/phpdocumentor/type-resolver

0 commit comments

Comments
 (0)