From 4a02f79b298164e895b84e06f4830f8c04906693 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 23 Mar 2021 11:02:03 +0100 Subject: [PATCH] [symfony/psr7-pack] improve comments --- .../1.0/config/packages/psr_http_message_bridge.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/symfony/psr7-pack/1.0/config/packages/psr_http_message_bridge.yaml b/symfony/psr7-pack/1.0/config/packages/psr_http_message_bridge.yaml index 465e5a7c..c1d0e5d2 100644 --- a/symfony/psr7-pack/1.0/config/packages/psr_http_message_bridge.yaml +++ b/symfony/psr7-pack/1.0/config/packages/psr_http_message_bridge.yaml @@ -12,10 +12,8 @@ services: Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory: null Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory: null - # Uncomment the following line to allow controllers to receive a - # PSR-7 server request object instead of an HttpFoundation request + # Uncomment to allow controllers to receive a PSR-7 server request object as argument #Symfony\Bridge\PsrHttpMessage\ArgumentValueResolver\PsrServerRequestResolver: null - # Uncomment the following line to allow controllers to return a - # PSR-7 response object instead of an HttpFoundation response + # Uncomment to allow controllers to return a PSR-7 response object #Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener: null