File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ your code.
114114Entity and DataCaster
115115---------------------
116116
117- Previously, the ``DataCaster `` object was always initialized, even if you did not use the type casting (
118- configured empty array `` $casts = [] ``).
119- Now, the object is created on- demand and it will be ``null `` when type casting is not configured.
120- In general, the change does not break the existing process, it should be remembered that now in some cases ``$dataCaster `` may be nullable.
117+ Previously, the ``DataCaster `` object was always initialized, even when type casting was not configured (an empty `` $casts = [] `` array).
118+
119+ `` DataCaster `` is now created on demand and will be ``null `` when type casting is not configured.
120+ While this change should not affect typical usage, developers should be aware that ``$dataCaster `` may now be nullable in some cases .
121121
122122Encryption Handlers
123123-------------------
You can’t perform that action at this time.
0 commit comments