There was an error while loading. Please reload this page.
1 parent 17b02c4 commit bc580a7Copy full SHA for bc580a7
1 file changed
user_guide_src/source/models/entities.rst
@@ -287,6 +287,10 @@ the value whenever the property is set:
287
288
.. literalinclude:: entities/014.php
289
290
+.. warning:: The ``array`` cast uses PHP serialization. Only read values previously
291
+ written through the same Entity cast. Never store untrusted serialized strings
292
+ directly in an ``array``-cast field.
293
+
294
CSV Casting
295
-----------
296
0 commit comments