Skip to content

Commit 4efe9ed

Browse files
committed
Tweaks per @wouterj
1 parent b3da460 commit 4efe9ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/console/generating_urls.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ via normal web requests, since those will override the defaults.
3535
3636
.. code-block:: xml
3737
38+
<!-- app/config/parameters.xml -->
3839
<?xml version="1.0" encoding="UTF-8"?>
3940
4041
<container xmlns="http://symfony.com/schema/dic/services"
@@ -59,8 +60,8 @@ To change it only in one command you can simply fetch the Request Context
5960
service and override its settings::
6061

6162
// src/Acme/DemoBundle/Command/DemoCommand.php
62-
// ...
6363

64+
// ...
6465
class DemoCommand extends ContainerAwareCommand
6566
{
6667
protected function execute(InputInterface $input, OutputInterface $output)

0 commit comments

Comments
 (0)