[ ] Refactoring (no functional changes, no api changes)
[ ] Other (please describe):
How to test this PR
Created a test case Integration: check casting after enriching content in tests/Storyblok/Integration/ClientTest.php
What is the new behavior?
While enrich content is called, a cast was added to the array also for scalar fields. The side effect is that for _uid and component field, the string was cast as an array with one string element.
Pull request type
Jira Link: INT-
How to test this PR
Created a test case Integration: check casting after enriching content in tests/Storyblok/Integration/ClientTest.php
What is the new behavior?
While enrich content is called, a cast was added to the array also for scalar fields. The side effect is that for _uid and component field, the string was cast as an array with one string element.
Other information