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

Commitc0d766e

Browse files
javiereguiluzweaverryan
authored andcommitted
Removed the file path comments because this doc is for the component and it should not make any reference to Symfony
1 parentfabdd8a commitc0d766e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎components/dependency_injection/parameters.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ Start the string with ``@`` or ``@?`` to reference a service in YAML.
345345

346346
..code-block::yaml
347347
348-
# app/config/config.yml
349348
parameters:
350349
# if 'my_mailer' service isn't defined, an exception will be raised
351350
foo:@my_mailer
@@ -370,7 +369,6 @@ method call, the method call is removed).
370369

371370
..code-block::xml
372371
373-
<!-- app/config/config.xml-->
374372
<parameters>
375373
<!-- if 'my_mailer' service isn't defined, an exception will be raised-->
376374
<parameterkey="foo"type="service"id="my_mailer" />
@@ -390,7 +388,6 @@ argument and constants from
390388

391389
..code-block::php
392390
393-
// app/config/config.php
394391
use Symfony\Component\DependencyInjection\Reference;
395392
396393
// if 'my_mailer' service isn't defined, an exception will be raised

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp