File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
contributing/documentation Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,12 @@ Some notable or interesting tasks include:
1369
1369
1370
1370
.. code-block :: bash
1371
1371
1372
- $ php app/console doctrine:ensure-production-settings --env=prod
1372
+ $ php app/console doctrine:ensure-production-settings --no-debug --env=prod
1373
+
1374
+ .. caution ::
1375
+
1376
+ Don't forget to add the ``--no-debug `` switch, because the debug flag is
1377
+ always set to true, even if the environment is set to ``prod ``.
1373
1378
1374
1379
* ``doctrine:mapping:import `` - allows Doctrine to introspect an existing
1375
1380
database and create mapping information. For more information, see
Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ You can also add links to the API documentation:
149
149
150
150
.. code-block :: rst
151
151
152
+ :namespace:`Symfony\\Component\\BrowserKit`
153
+
152
154
:class:`Symfony\\Component\\Routing\\Matcher\\ApacheUrlMatcher`
153
155
154
156
:method:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build`
You can’t perform that action at this time.
0 commit comments