We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc665 commit ece3904Copy full SHA for ece3904
cookbook/configuration/environments.rst
@@ -107,9 +107,7 @@ activated by modifying the default value in the ``dev`` configuration file:
107
<import resource="config.xml" />
108
</imports>
109
110
- <webprofiler:config
111
- toolbar="true"
112
- ... />
+ <webprofiler:config toolbar="true" />
113
114
.. code-block:: php
115
@@ -309,7 +307,7 @@ should also create a front controller for it. Copy the ``web/app.php`` file
309
307
to ``web/app_benchmark.php`` and edit the environment to be ``benchmark``::
310
308
311
// web/app_benchmark.php
312
-
+ // ...
313
314
// change just this line
315
$kernel = new AppKernel('benchmark', false);
0 commit comments