[symfony/psr7-pack] improve comments

This commit is contained in:
Nicolas Grekas
2021-03-23 11:02:03 +01:00
parent 02b9a242d1
commit 4a02f79b29
@@ -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