File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
symfony/psr7-pack/1.0/config/packages Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ services:
12
12
Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory : null
13
13
Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory : null
14
14
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
17
16
# Symfony\Bridge\PsrHttpMessage\ArgumentValueResolver\PsrServerRequestResolver: null
18
17
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
21
19
# Symfony\Bridge\PsrHttpMessage\EventListener\PsrResponseListener: null
You can’t perform that action at this time.
0 commit comments