We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67767f3 commit 56fd23dCopy full SHA for 56fd23d
workflow/usage.rst
@@ -169,7 +169,7 @@ As configured, the following property is used by the marking store::
169
If a ``multiple_state`` is used, the persisted state type should be an ``array``,
170
using Doctrine, you can use ``json`` or ``json_array``.
171
172
- If a ``single_state`` is used, the persisted state type could be a string,
+ If a ``single_state`` is used, the persisted state type should be a string,
173
if you need to store an int (due to DB limitations and/or project constraints),
174
be aware that you need to implement :class:`Symfony\\Component\\Workflow\\MarkingStore\\MarkingStoreInterface`
175
in order to transform the int back to something understandable by Workflow.
0 commit comments