Skip to content

Commit b5a73d3

Browse files
committed
Merge branch '3.0'
2 parents 0fd1551 + e9a92af commit b5a73d3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

cookbook/configuration/micro-kernel-trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv
274274
at ``app/Resources/views/micro/random.html.twig``.
275275

276276
Finally, you need a front controller to boot and run the application. Create a
277-
``web/index.php``:
277+
``web/index.php``::
278278

279279
// web/index.php
280280

reference/configuration/monolog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
MonologBundle Configuration ("monolog")
55
=======================================
66

7+
For a full list of handler types and related configuration
8+
options, see `Monolog Configuration`_.
9+
710
Full Default Configuration
811
--------------------------
912

@@ -112,3 +115,5 @@ Full Default Configuration
112115
When the profiler is enabled, a handler is added to store the logs'
113116
messages in the profiler. The profiler uses the name "debug" so it
114117
is reserved and cannot be used in the configuration.
118+
119+
.. _`Monolog Configuration`: https://github.com/symfony/monolog-bundle/blob/master/DependencyInjection/Configuration.php

reference/requirements.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ Doctrine
5050
If you want to use Doctrine, you will need to have PDO installed. Additionally,
5151
you need to have the PDO driver installed for the database server you want
5252
to use.
53-
54-
.. _`Requirements section of the README`: https://github.com/symfony/symfony#requirements

0 commit comments

Comments
 (0)