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:
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
You can’t perform that action at this time.
0 commit comments