Skip to content

Commit c94e135

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.1
2 parents 51f3862 + 1406b34 commit c94e135

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

book/doctrine.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,12 @@ Some notable or interesting tasks include:
13691369

13701370
.. code-block:: bash
13711371
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``.
13731378

13741379
* ``doctrine:mapping:import`` - allows Doctrine to introspect an existing
13751380
database and create mapping information. For more information, see

contributing/documentation/format.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ You can also add links to the API documentation:
149149

150150
.. code-block:: rst
151151
152+
:namespace:`Symfony\\Component\\BrowserKit`
153+
152154
:class:`Symfony\\Component\\Routing\\Matcher\\ApacheUrlMatcher`
153155
154156
:method:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build`

0 commit comments

Comments
 (0)