Skip to content

Commit dc26cf2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [HttpFoundation] Fix IpsRequestMatcher reference
2 parents 0dccb0e + 8c5a356 commit dc26cf2

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
@@ -390,7 +390,7 @@ address, it uses a certain HTTP method, etc.):
390390
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\ExpressionRequestMatcher`
391391
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\HostRequestMatcher`
392392
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IpsRequestMatcher`
393-
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonMatcher`
393+
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonRequestMatcher`
394394
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\MethodRequestMatcher`
395395
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PathRequestMatcher`
396396
* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PortRequestMatcher`

0 commit comments

Comments
 (0)