File tree 2 files changed +2
-2
lines changed
components/dependency_injection
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ Debugging
1401
1401
1402
1402
When using PHP, you can use ``var_dump() `` if you need to quickly find the
1403
1403
value of a variable passed. This is useful, for example, inside your controller.
1404
- The same can be achieved when using Twig thanks to the the debug extension.
1404
+ The same can be achieved when using Twig thanks to the debug extension.
1405
1405
1406
1406
Template parameters can then be dumped using the ``dump `` function:
1407
1407
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead
66
66
of being created by the container.
67
67
68
68
For example, if you're using the :doc: `HttpKernel</components/http_kernel/introduction> `
69
- component with the DependencyInjection component, then the the ``request ``
69
+ component with the DependencyInjection component, then the ``request ``
70
70
service is injected in the
71
71
:method: `ContainerAwareHttpKernel::handle() <Symfony\\ Component\\ HttpKernel\\ DependencyInjection\\ ContainerAwareHttpKernel::handle> `
72
72
method when entering the request :doc: `scope </cookbook/service_container/scopes >`.
You can’t perform that action at this time.
0 commit comments