We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent691b32a commita9cce3cCopy full SHA for a9cce3c
workflow.rst
@@ -194,10 +194,10 @@ The configured property will be used via its implemented getter/setter methods b
194
preferable to not configure it.
195
196
A single state marking store uses a ``string`` to store the data. A multiple
197
- state marking store uses an ``array`` to store the data.On both cases if no
198
-state markingstore is defined you have to return ``null``. So in the above
199
- example shouldbe defined a return type like ``App\Entity\BlogPost::getCurrentPlace(): ?array``
200
- or like ``App\Entity\BlogPost::getCurrentPlace(): ?string``.
+ state marking store uses an ``array`` to store the data.If no state marking
+ store is defined you have to return ``null`` in both cases (e.g. the above
+ example shoulddefine a return type like ``App\Entity\BlogPost::getCurrentPlace(): ?array``
+ or like ``App\Entity\BlogPost::getCurrentPlace(): ?string``).
201
202
..tip::
203