From e416647d882bfbe79a72b1c5e5cefd44462139b4 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Mon, 5 Feb 2024 19:38:05 +0100 Subject: [PATCH] [HttpFoundation] Fix IpsRequestMatcher reference --- components/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index f7dc03fab68..fc53550be2a 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -407,7 +407,7 @@ address, it uses a certain HTTP method, etc.): * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\ExpressionRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\HostRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IpsRequestMatcher` -* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonMatcher` +* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\IsJsonRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\MethodRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PathRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PortRequestMatcher`