Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd86e61e

Browse files
committed
Fix doubled words
1 parent4eeec12 commitd86e61e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎book/templating.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ Debugging
14011401

14021402
When using PHP, you can use ``var_dump()`` if you need to quickly find the
14031403
value of a variable passed. This is useful, for example, inside your controller.
1404-
The same can be achieved when using Twig thanks to thethedebug extension.
1404+
The same can be achieved when using Twig thanks to the debug extension.
14051405

14061406
Template parameters can then be dumped using the ``dump`` function:
14071407

‎components/dependency_injection/advanced.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Synthetic services are services that are injected into the container instead
6666
of being created by the container.
6767

6868
For example, if you're using the:doc:`HttpKernel</components/http_kernel/introduction>`
69-
component with the DependencyInjection component, then thethe``request``
69+
component with the DependencyInjection component, then the ``request``
7070
service is injected in the
7171
:method:`ContainerAwareHttpKernel::handle() <Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel::handle>`
7272
method when entering the request:doc:`scope</cookbook/service_container/scopes>`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp