Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0d766e

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 parent fabdd8a commit c0d766e

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
<parameter key="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)