Skip to content

Commit

Permalink
[HttpKernel] Fix link to php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 14, 2025
1 parent 01645cd commit 43d963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Attribute/MapQueryParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
final class MapQueryParameter extends ValueResolver
{
/**
* @see https://php.net/filter.filters.validate for filter, flags and options
* @see https://php.net/manual/filter.constants for filter, flags and options
*
* @param string|null $name The name of the query parameter. If null, the name of the argument in the controller will be used.
*/
Expand Down

0 comments on commit 43d963e

Please sign in to comment.