Skip to content

Commit 745f3a6

Browse files
committed
Removed the file path comments because this doc is for the component
and it should not make any reference to Symfony
1 parent 6abb310 commit 745f3a6

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
@@ -346,7 +346,6 @@ Start the string with ``@`` or ``@?`` to reference a service in YAML.
346346

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

372371
.. code-block:: xml
373372
374-
<!-- app/config/config.xml -->
375373
<parameters>
376374
<!-- if 'my_mailer' service isn't defined, an exception will be raised -->
377375
<parameter key="foo" type="service" id="my_mailer" />
@@ -391,7 +389,6 @@ argument and constants from
391389

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

0 commit comments

Comments
 (0)