File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ like this:
158158
159159.. note ::
160160
161- If a ``multiple_state `` is used, the persisted state type should be an ``array ``,
162- using Doctrine, you can use ``json `` or `` json_array `` .
161+ If a ``multiple_state `` is used, the attribute should be an ``array ``,
162+ using Doctrine, you can use ``json ``.
163163
164- If a ``single_state `` is used, the persisted state type could be a string,
164+ If a ``single_state `` is used, the persisted state type should be a string,
165165 if you need to store an int (due to DB limitations and/or project constraints),
166166 be aware that you need to implement :class: `Symfony\\ Component\\ Workflow\\ MarkingStore\\ MarkingStoreInterface `
167167 in order to transform the int back to something understandable by Workflow.
You can’t perform that action at this time.
0 commit comments