Skip to content

Commit ca50569

Browse files
committed
minor symfony#59502 [HttpKernel] Fix link to php doc (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpKernel] Fix link to php doc | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT The previous page is gone 🤷 Commits ------- d993526 [HttpKernel] Fix link to php doc
2 parents fd89b76 + d993526 commit ca50569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Attribute/MapQueryParameter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
final class MapQueryParameter extends ValueResolver
2323
{
2424
/**
25-
* @see https://php.net/filter.filters.validate for filter, flags and options
25+
* @see https://php.net/manual/filter.constants for filter, flags and options
2626
*
2727
* @param string|null $name The name of the query parameter. If null, the name of the argument in the controller will be used.
2828
*/

0 commit comments

Comments
 (0)