Skip to content

Commit 955abe4

Browse files
klaussilveiraweaverryan
authored andcommitted
Wrapping up lines
1 parent 18c0e37 commit 955abe4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

book/doctrine.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,10 @@ using. The following types are supported in Doctrine:
14481448
* ``boolean``
14491449
* ``object`` (serialized and stored in a ``CLOB`` field)
14501450
* ``array`` (serialized and stored in a ``CLOB`` field)
1451-
* ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`, with a comma as delimiter, and stored in a ``CLOB`` field)
1452-
* ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`, and stored in a ``CLOB`` field)
1451+
* ``simple_array`` (serialized using :phpfunction:`implode()` and :phpfunction:`explode()`,
1452+
with a comma as delimiter, and stored in a ``CLOB`` field)
1453+
* ``json_array`` (serialized using :phpfunction:`json_encode()` and :phpfunction:`json_decode()`,
1454+
and stored in a ``CLOB`` field)
14531455
* ``blob`` (mapped to a resource stream)
14541456
* ``guid``
14551457

0 commit comments

Comments
 (0)