Skip to content

Commit

Permalink
Merge pull request #8840 from obozdag/patch-7
Browse files Browse the repository at this point in the history
docs: Fix typo in models/entities.rst
  • Loading branch information
kenjis authored Apr 30, 2024
2 parents fe86be5 + 75bd0ac commit e0b4d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/models/entities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ Array/Json Casting
Array/Json casting is especially useful with fields that store serialized arrays or json in them. When cast as:

* an **array**, they will automatically be unserialized,
* a **json**, they will automatically be set as an value of ``json_decode($value, false)``,
* a **json-array**, they will automatically be set as an value of ``json_decode($value, true)``,
* a **json**, they will automatically be set as a value of ``json_decode($value, false)``,
* a **json-array**, they will automatically be set as a value of ``json_decode($value, true)``,

when you set the property's value.
Unlike the rest of the data types that you can cast properties into, the:
Expand Down

0 comments on commit e0b4d0e

Please sign in to comment.