From aefde3c393007dfc4c903f6efc0806cefad093ba Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Mon, 5 Feb 2024 20:49:39 +0100 Subject: [PATCH] Remove SchemeRequestMatcher duplication --- components/http_foundation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/components/http_foundation.rst b/components/http_foundation.rst index ee88fb14595..06d59f78cae 100644 --- a/components/http_foundation.rst +++ b/components/http_foundation.rst @@ -397,7 +397,6 @@ address, it uses a certain HTTP method, etc.): * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\PortRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\QueryParameterRequestMatcher` * :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\SchemeRequestMatcher` -* :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher\\SchemeRequestMatcher` You can use them individually or combine them using the :class:`Symfony\\Component\\HttpFoundation\\ChainRequestMatcher` class::