File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1448,8 +1448,8 @@ 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 implode() and explode(), with a comma as delimiter, and stored in a ``CLOB `` field)
1452
- * ``json_array `` (serialized using json_encode() and json_decode(), 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)
1453
1453
* ``blob `` (mapped to a resource stream)
1454
1454
* ``guid ``
1455
1455
You can’t perform that action at this time.
0 commit comments