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

Commit9710bb5

Browse files
committed
final touches
1 parentad27a83 commit9710bb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The second method has several specific advantages:
9191

9292
..seealso::
9393

94-
Forother usages of the parameter ``%`` syntax see
94+
Forparameter handling within a Dependency Injection class see
9595
:doc:`</cookbook/configuration/using_parameters_in_dic>`.
9696

9797
..index::

‎cookbook/configuration/using_parameters_in_dic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now, examine the results to see this closely:
5151
5252
<?xml version="1.0" encoding="UTF-8" ?>
5353
<containerxmlns="http://symfony.com/schema/dic/services"
54-
my-bundle="http://example.org/schema/dic/my_bundle">
54+
xmlns:my-bundle="http://example.org/schema/dic/my_bundle">
5555
5656
<my-bundle:configlogging="true" />
5757
<!-- true, as expected-->

‎cookbook/routing/service_container_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ path):
123123

124124
..seealso::
125125

126-
Forother usages of the parameter ``%`` syntax see
126+
Forparameter handling within a Dependency Injection class see
127127
:doc:`</cookbook/configuration/using_parameters_in_dic>`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp