Skip to content

Commit 4a02f79

Browse files
[symfony/psr7-pack] improve comments
1 parent 02b9a24 commit 4a02f79

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

symfony/psr7-pack/1.0/config/packages/psr_http_message_bridge.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ services:
1212
Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory: null
1313
Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory: null
1414

15-
# Uncomment the following line to allow controllers to receive a
16-
# PSR-7 server request object instead of an HttpFoundation request
15+
# Uncomment to allow controllers to receive a PSR-7 server request object as argument
1716
#Symfony\Bridge\PsrHttpMessage\ArgumentValueResolver\PsrServerRequestResolver: null
1817

19-
# Uncomment the following line to allow controllers to return a
20-
# PSR-7 response object instead of an HttpFoundation response
18+
# Uncomment to allow controllers to return a PSR-7 response object
2119
#Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener: null

0 commit comments

Comments
 (0)