Skip to content

Commit d993526

Browse files
[HttpKernel] Fix link to php doc
1 parent fd89b76 commit d993526

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)