Skip to content

Commit 8c5a356

Browse files
committed
bug #19514 [HttpFoundation] Fix IpsRequestMatcher reference (alamirault)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpFoundation] Fix `IpsRequestMatcher` reference Valid link is https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/HttpFoundation/RequestMatcher/IsJsonRequestMatcher.php Commits ------- e416647 [HttpFoundation] Fix IpsRequestMatcher reference
2 parents 869ac2f + e416647 commit 8c5a356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ address, it uses a certain HTTP method, etc.):
407407
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\ExpressionRequestMatcher`
408408
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\HostRequestMatcher`
409409
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IpsRequestMatcher`
410-
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonMatcher`
410+
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonRequestMatcher`
411411
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\MethodRequestMatcher`
412412
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PathRequestMatcher`
413413
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PortRequestMatcher`

0 commit comments

Comments
 (0)