File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1448,8 +1448,10 @@ using. The following types are supported in Doctrine:
1448
1448
* ``boolean ``
1449
1449
* ``object `` (serialized and stored in a ``CLOB `` field)
1450
1450
* ``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)
1453
1455
* ``blob `` (mapped to a resource stream)
1454
1456
* ``guid ``
1455
1457
You can’t perform that action at this time.
0 commit comments