Skip to content

Commit ece3904

Browse files
ifdatticwouterj
authored andcommitted
Update environments.rst
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 80fc665 commit ece3904

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cookbook/configuration/environments.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ activated by modifying the default value in the ``dev`` configuration file:
107107
<import resource="config.xml" />
108108
</imports>
109109
110-
<webprofiler:config
111-
toolbar="true"
112-
... />
110+
<webprofiler:config toolbar="true" />
113111
114112
.. code-block:: php
115113
@@ -309,7 +307,7 @@ should also create a front controller for it. Copy the ``web/app.php`` file
309307
to ``web/app_benchmark.php`` and edit the environment to be ``benchmark``::
310308

311309
// web/app_benchmark.php
312-
310+
// ...
313311

314312
// change just this line
315313
$kernel = new AppKernel('benchmark', false);

0 commit comments

Comments
 (0)