Skip to content

Commit b376330

Browse files
committed
Merge branch '2.2' into 2.3
2 parents 5d412ae + abd4b2d commit b376330

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

book/doctrine.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,12 +1441,14 @@ using. The following types are supported in Doctrine:
14411441
* ``date``
14421442
* ``time``
14431443
* ``datetime``
1444+
* ``datetimetz``
14441445

14451446
* **Other Types**
14461447

14471448
* ``boolean``
14481449
* ``object`` (serialized and stored in a ``CLOB`` field)
14491450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451+
* ``blob`` (mapped to a resource stream)
14501452

14511453
For more information, see Doctrine's `Mapping Types documentation`_.
14521454

components/http_kernel/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ will be called after another event - ``kernel.controller`` - is dispatched.
262262
.. _component-http-kernel-kernel-controller:
263263

264264
3) The ``kernel.controller`` event
265-
----------------------------------
265+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
266266

267267
**Typical Purposes**: Initialize things or change the controller just before
268268
the controller is executed.
@@ -300,7 +300,7 @@ on the event object that's passed to listeners on this event.
300300
next section to see why this is important.
301301

302302
4) Getting the Controller Arguments
303-
-----------------------------------
303+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304304

305305
Next, ``HttpKernel::handle`` calls
306306
:method:`Symfony\\Component\\HttpKernel\\Controller\\ControllerResolverInterface::getArguments`.
@@ -486,8 +486,8 @@ as possible to the client (e.g. sending emails).
486486

487487
.. _component-http-kernel-kernel-exception:
488488

489-
Handling Exceptions:: the ``kernel.exception`` event
490-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
489+
Handling Exceptions: the ``kernel.exception`` event
490+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491491

492492
**Typical Purposes**: Handle some type of exception and create an appropriate
493493
``Response`` to return for the exception

0 commit comments

Comments
 (0)