Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca50569

Browse filesBrowse files
committed
minor #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
Copy full SHA for ca50569

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Attribute/MapQueryParameter.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.